aboutsummaryrefslogtreecommitdiff
path: root/libc/benchmarks/gpu/LibcGpuBenchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/benchmarks/gpu/LibcGpuBenchmark.h')
-rw-r--r--libc/benchmarks/gpu/LibcGpuBenchmark.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/benchmarks/gpu/LibcGpuBenchmark.h b/libc/benchmarks/gpu/LibcGpuBenchmark.h
index f2cfbfb..a6cf62d 100644
--- a/libc/benchmarks/gpu/LibcGpuBenchmark.h
+++ b/libc/benchmarks/gpu/LibcGpuBenchmark.h
@@ -3,6 +3,7 @@
#include "benchmarks/gpu/BenchmarkLogger.h"
#include "benchmarks/gpu/timing/timing.h"
+#include "hdr/stdint_proxy.h"
#include "src/__support/CPP/array.h"
#include "src/__support/CPP/functional.h"
#include "src/__support/CPP/limits.h"
@@ -13,8 +14,6 @@
#include "src/stdlib/rand.h"
#include "src/time/clock.h"
-#include <stdint.h>
-
namespace LIBC_NAMESPACE_DECL {
namespace benchmarks {