From 220beda2ae9dc979907c7f83ac061e553798665f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 25 Feb 2024 09:13:29 +0100 Subject: Add missing includes Code compiled earlier because of implicit includes but libc++ has been cleaning that up. --- src/tz_str.cc | 1 + src/urlutil.cc | 1 + 2 files changed, 2 insertions(+) (limited to 'src') 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 +#include 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 +#include namespace url { -- cgit v1.2.3-70-g09d2