From 8d3f33b4bd9b08c5b8f7101765f860e0c2998904 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 30 Mar 2015 13:37:20 +0300 Subject: [PATCH] Fix problem of compilation with OCCT dev --- src/OCCViewer/OCCViewer_VService.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OCCViewer/OCCViewer_VService.cxx b/src/OCCViewer/OCCViewer_VService.cxx index 4dba02787..94f5862b8 100755 --- a/src/OCCViewer/OCCViewer_VService.cxx +++ b/src/OCCViewer/OCCViewer_VService.cxx @@ -25,7 +25,6 @@ #include #include -#include #include #if OCC_VERSION_LARGE > 0x06070200 // for OCC-6.7.3 and higher version #include @@ -33,6 +32,7 @@ #include #include #endif +#include #ifdef WIN32 #include -- 2.39.2