summaryrefslogtreecommitdiff
path: root/src/utils/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r--src/utils/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h
index 2fb9e7b1..a505338d 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -25,7 +25,7 @@
#ifdef _MSC_VER
typedef __uint64 uint64_t // when using MSVC use its internal type
#else
- #include <stdint.h> // on other compilers use the C99 official header
+ #include <cstdint> // on other compilers use the C++11 official header
#endif
namespace utils