From 13ed1864697788ffa6884f460564c7026c1009ad Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 23 Oct 2014 01:32:24 +0200 Subject: [PATCH] Fix include order in staticrtree --- DataStructures/StaticRTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/StaticRTree.h b/DataStructures/StaticRTree.h index 59ae17f61..ef4fc2d8b 100644 --- a/DataStructures/StaticRTree.h +++ b/DataStructures/StaticRTree.h @@ -32,9 +32,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "HilbertValue.h" #include "PhantomNodes.h" #include "QueryNode.h" +#include "Rectangle.h" #include "SharedMemoryFactory.h" #include "SharedMemoryVectorWrapper.h" -#include "Rectangle.h" #include "../ThirdParty/variant/variant.hpp" #include "../Util/floating_point.hpp"