From: azv Date: Tue, 15 Dec 2015 07:03:33 +0000 (+0300) Subject: Fix compilation error on Linux X-Git-Tag: V_2.1.0~188 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3462bf8860601083dacc6f03830dcddc249334a6;p=modules%2Fshaper.git Fix compilation error on Linux --- diff --git a/src/SketchSolver/SketchSolver.h b/src/SketchSolver/SketchSolver.h index c6387dd47..56fa1dba2 100644 --- a/src/SketchSolver/SketchSolver.h +++ b/src/SketchSolver/SketchSolver.h @@ -3,6 +3,8 @@ #ifndef SKETCHSOLVER_H #define SKETCHSOLVER_H +#include + #if defined SKETCHSOLVER_EXPORTS #if defined WIN32 #define SKETCHSOLVER_EXPORT __declspec( dllexport )