summaryrefslogtreecommitdiff
path: root/src/strings/base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings/base.hpp')
-rw-r--r--src/strings/base.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/base.hpp b/src/strings/base.hpp
index c081f70..cd8d46f 100644
--- a/src/strings/base.hpp
+++ b/src/strings/base.hpp
@@ -22,6 +22,8 @@
# include "fwd.hpp"
# include "pair.hpp"
+# include <cstddef>
+
# include <iterator>
// It is a common mistake to assume that one string class for everything.