summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tz_str.cc1
-rw-r--r--src/urlutil.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tz_str.cc b/src/tz_str.cc
index 207f15d..6294f7e 100644
--- a/src/tz_str.cc
+++ b/src/tz_str.cc
@@ -3,6 +3,7 @@
#include "tz_str.hh"
#include <math.h>
+#include <stdint.h>
namespace tz {
diff --git a/src/urlutil.cc b/src/urlutil.cc
index 00ec713..9367b98 100644
--- a/src/urlutil.cc
+++ b/src/urlutil.cc
@@ -3,6 +3,7 @@
#include "urlutil.hh"
#include <optional>
+#include <stdint.h>
namespace url {