summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/util/constants.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp
index 9ddbcb2568..480020f2ca 100644
--- a/include/mbgl/util/constants.hpp
+++ b/include/mbgl/util/constants.hpp
@@ -1,6 +1,8 @@
#ifndef MBGL_UTIL_CONSTANTS
#define MBGL_UTIL_CONSTANTS
+#include <mbgl/util/chrono.hpp>
+
#include <cmath>
#include <string>
#include <vector>
@@ -23,6 +25,8 @@ extern const double MAX_ZOOM;
extern const uint64_t DEFAULT_MAX_CACHE_SIZE;
+extern const Duration CLOCK_SKEW_RETRY_TIMEOUT;
+
} // namespace util
namespace debug {