diff --git a/src/test/allocator_tests.cpp b/src/test/allocator_tests.cpp index 4787d236b2344a..c1edfa0d32c11e 100644 --- a/src/test/allocator_tests.cpp +++ b/src/test/allocator_tests.cpp @@ -9,6 +9,8 @@ #include +#include + #include BOOST_FIXTURE_TEST_SUITE(allocator_tests, BasicTestingSetup) diff --git a/src/test/dbwrapper_tests.cpp b/src/test/dbwrapper_tests.cpp index 251648a46d22cd..49bb81568a91cb 100644 --- a/src/test/dbwrapper_tests.cpp +++ b/src/test/dbwrapper_tests.cpp @@ -9,6 +9,8 @@ #include +#include + #include // Test if a string consists entirely of null characters diff --git a/src/test/test_dash_main.cpp b/src/test/test_dash_main.cpp index 081a8680d5f5d2..1b476ad86a9e87 100644 --- a/src/test/test_dash_main.cpp +++ b/src/test/test_dash_main.cpp @@ -9,6 +9,8 @@ #include +#include + #include #include