From 859502c50457a404265bbdd1cc53106242df39d6 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Wed, 7 May 2014 14:46:46 +0200 Subject: [PATCH] remove boost/integer include --- DataStructures/SharedMemoryFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/SharedMemoryFactory.h b/DataStructures/SharedMemoryFactory.h index 1042bec63..c4645e56b 100644 --- a/DataStructures/SharedMemoryFactory.h +++ b/DataStructures/SharedMemoryFactory.h @@ -34,7 +34,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include #include #include @@ -44,6 +43,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #endif #include +#include #include #include