diff options
Diffstat (limited to 'libc/benchmarks/gpu/BenchmarkLogger.cpp')
-rw-r--r-- | libc/benchmarks/gpu/BenchmarkLogger.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/benchmarks/gpu/BenchmarkLogger.cpp b/libc/benchmarks/gpu/BenchmarkLogger.cpp index 0d644fa..d5996a7 100644 --- a/libc/benchmarks/gpu/BenchmarkLogger.cpp +++ b/libc/benchmarks/gpu/BenchmarkLogger.cpp @@ -1,4 +1,5 @@ #include "benchmarks/gpu/BenchmarkLogger.h" +#include "hdr/stdint_proxy.h" #include "src/__support/CPP/string.h" #include "src/__support/CPP/string_view.h" #include "src/__support/OSUtil/io.h" // write_to_stderr @@ -7,8 +8,6 @@ #include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128 #include "src/__support/uint128.h" -#include <stdint.h> - namespace LIBC_NAMESPACE_DECL { namespace benchmarks { |