summaryrefslogtreecommitdiff
path: root/src/util/NumberParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/NumberParser.hxx')
-rw-r--r--src/util/NumberParser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/NumberParser.hxx b/src/util/NumberParser.hxx
index c84c96ef5..d0ecbd061 100644
--- a/src/util/NumberParser.hxx
+++ b/src/util/NumberParser.hxx
@@ -32,8 +32,8 @@
#define NUMBER_PARSER_HXX
#include <cassert>
+#include <cstdint>
-#include <stdint.h>
#include <stdlib.h>
struct StringView;