summaryrefslogtreecommitdiff
path: root/include/mbgl/util/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/math.hpp')
-rw-r--r--include/mbgl/util/math.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/math.hpp b/include/mbgl/util/math.hpp
index 2bef5b18e2..e800fc7847 100644
--- a/include/mbgl/util/math.hpp
+++ b/include/mbgl/util/math.hpp
@@ -4,7 +4,7 @@
#include <cmath>
#include <array>
-#include "vec.hpp"
+#include <mbgl/util/vec.hpp>
namespace mbgl {
namespace util {