aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-12-20 03:33:41 +0100
committerGitHub <noreply@github.com>2019-12-20 03:33:41 +0100
commitf5dba6ff3c3451cc4688dcd90ca72c6e4e301946 (patch)
tree46a4a4e518971da3193d504e4f6b5bedd01b049b /vespalib
parente63afccea9618396374a6488519b7a894f94ac3c (diff)
parent04677306ef130fad59efa29141b6fe7b185927fe (diff)
Merge branch 'master' into balder/reduce-timestamp-usage
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/time.h b/vespalib/src/vespa/vespalib/util/time.h
index d57d722efc4..719bb112c15 100644
--- a/vespalib/src/vespa/vespalib/util/time.h
+++ b/vespalib/src/vespa/vespalib/util/time.h
@@ -4,6 +4,7 @@
#include <chrono>
#include <vespa/vespalib/stllike/string.h>
+#include <sys/time.h>
// Guidelines:
//