From dc2abcd4265dccda9c51cee711b86c619b1fbc58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 2 Jul 2010 14:54:35 +0000 Subject: [PATCH] Added missing include (Thanks to Justin Bronder git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@328 fdac6126-5c0c-442c-9429-916003d36597 --- src/OpenMesh/Core/Geometry/VectorT.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenMesh/Core/Geometry/VectorT.hh b/src/OpenMesh/Core/Geometry/VectorT.hh index f61c6df2..b3795fdb 100644 --- a/src/OpenMesh/Core/Geometry/VectorT.hh +++ b/src/OpenMesh/Core/Geometry/VectorT.hh @@ -58,6 +58,7 @@ #include #include #include +#include #if defined(__GNUC__) && defined(__SSE__) #include