From 819066fda33321574c8c3b390010c2589e63863e Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 12 May 2016 10:55:10 -0700 Subject: [PATCH] Add missing include --- include/mapbox/geometry/box.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mapbox/geometry/box.hpp b/include/mapbox/geometry/box.hpp index 173b519..eaba2c7 100644 --- a/include/mapbox/geometry/box.hpp +++ b/include/mapbox/geometry/box.hpp @@ -1,5 +1,7 @@ #pragma once +#include + namespace mapbox { namespace geometry { template