From dbf30308e57b53e15eee559475908a9e3f4767e9 Mon Sep 17 00:00:00 2001 From: "Zheng, Lei" Date: Thu, 23 Mar 2017 12:27:55 +0800 Subject: [PATCH] Path.Area: fixing boost::geometry compilation issue --- src/Mod/Path/App/Area.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/App/Area.cpp b/src/Mod/Path/App/Area.cpp index 65406e4ab2..72d797aa2f 100644 --- a/src/Mod/Path/App/Area.cpp +++ b/src/Mod/Path/App/Area.cpp @@ -24,6 +24,7 @@ #ifndef _PreComp_ #endif #include +#include #include #include #include