summaryrefslogtreecommitdiff
path: root/src/strings/fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/fwd.hpp')
-rw-r--r--src/strings/fwd.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/fwd.hpp b/src/strings/fwd.hpp
index f2b4037..4c58e03 100644
--- a/src/strings/fwd.hpp
+++ b/src/strings/fwd.hpp
@@ -21,6 +21,8 @@
# include "../sanity.hpp"
+# include <cstdint>
+
// It is a common mistake to assume that one string class for everything.
// Because C++ and TMWA have a C legacy, there are a few more here
// than would probably be necessary in an ideal language.