From 9904ddbf33f301fc07c4905b950bc15eab5432a0 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 28 Dec 2016 15:36:10 +0300 Subject: [PATCH] Fix compilation error under vinspector --- src/XGUI/XGUI_Displayer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/XGUI/XGUI_Displayer.cpp b/src/XGUI/XGUI_Displayer.cpp index aeafb2a43..eeeb8d2e7 100644 --- a/src/XGUI/XGUI_Displayer.cpp +++ b/src/XGUI/XGUI_Displayer.cpp @@ -18,7 +18,9 @@ #ifdef VINSPECTOR #include #include +#ifndef HAVE_SALOME #include +#endif static bool VInspector_FirstCall = true; #endif -- 2.39.2