summaryrefslogtreecommitdiff
path: root/src/config.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2023-07-18 14:10:13 +0200
committerJoel Klinghed <the_jk@opera.com>2023-07-18 14:10:13 +0200
commit467db2e9086bdffb9adfcb2143684471c061f206 (patch)
treed62400867b91f7b6dcc8fbd6291c1acbf1c7ffeb /src/config.cc
parent4c37e28978eda34ff625c0f830d603107a50bc3d (diff)
Add missing includes for cstdint
Worked with older STL because the types leaked.
Diffstat (limited to 'src/config.cc')
-rw-r--r--src/config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.cc b/src/config.cc
index 90ef95d..41f3bb0 100644
--- a/src/config.cc
+++ b/src/config.cc
@@ -7,6 +7,7 @@
#include "strings.hh"
#include "xdg.hh"
+#include <cstdint>
#include <cstring>
#include <fstream>
#include <sstream>