Skip to content

Commit

Permalink
test: include <cstdint> to fix compilation w/ GCC 14
Browse files Browse the repository at this point in the history
Fixes #118.
  • Loading branch information
intelfx committed Sep 29, 2024
1 parent 9f871ad commit e933c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/unit_to_s.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <iostream> // needed in this test, see https://github.com/onqtam/doctest/issues/126#issuecomment-381746547
#include <string>

Expand Down

0 comments on commit e933c59

Please sign in to comment.