]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Fix compilation error caused by changes in KERNEL
authorvsr <vsr@opencascade.com>
Thu, 22 Jan 2015 15:15:19 +0000 (18:15 +0300)
committervsr <vsr@opencascade.com>
Thu, 22 Jan 2015 15:15:19 +0000 (18:15 +0300)
src/HEXABLOCKGUI/HEXABLOCKGUI.cxx
src/HEXABLOCKGUI/HEXABLOCKGUI_DocumentPanel.cxx

index 294c5e449d2c0b62713268ae4628178e0c2fc13e..648d91fb581aede74e30cf9a05819b3818f1bda7 100755 (executable)
 
 #include <AIS_ListIteratorOfListOfInteractive.hxx>
 
+#include <utilities.h>
 
 #define DW_MINIMUM_WIDTH       50
 #define DWINPUT_MINIMUM_HEIGHT 50
index 0738c50fbee682fc75992a2f6a8e49ab0c468e29..169c6f56329f4054a733acd594efe64c9d5a5ae6 100755 (executable)
@@ -59,6 +59,8 @@
 
 #include <GEOMBase.h>
 
+#include <utilities.h>
+
 #define BUTTON_BOX_MIN_WIDTH 5
 #define VERTEX_COORD_MIN -1000000
 #define VERTEX_COORD_MAX  1000000