diff options
Diffstat (limited to 'libc/test/UnitTest/PrintfMatcher.cpp')
-rw-r--r-- | libc/test/UnitTest/PrintfMatcher.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/test/UnitTest/PrintfMatcher.cpp b/libc/test/UnitTest/PrintfMatcher.cpp index 4fdcbf1..2ea1bbf 100644 --- a/libc/test/UnitTest/PrintfMatcher.cpp +++ b/libc/test/UnitTest/PrintfMatcher.cpp @@ -8,6 +8,7 @@ #include "PrintfMatcher.h" +#include "hdr/stdint_proxy.h" #include "src/__support/FPUtil/FPBits.h" #include "src/__support/macros/config.h" #include "src/stdio/printf_core/core_structs.h" @@ -15,8 +16,6 @@ #include "test/UnitTest/StringUtils.h" #include "test/UnitTest/Test.h" -#include <stdint.h> - namespace LIBC_NAMESPACE_DECL { namespace testing { |