Salome HOME
Delete key regression corrections: in previous implementation sketch entities did...
[modules/shaper.git] / src / SketchSolver / SketchSolver.h
index c6387dd4724c8195bd834506283241b691b2b32c..8beb83a984e5e8d150ab38abe46a4b2a70c852aa 100644 (file)
@@ -3,6 +3,8 @@
 #ifndef SKETCHSOLVER_H
 #define SKETCHSOLVER_H
 
+#include <stdlib.h>
+
 #if defined SKETCHSOLVER_EXPORTS
 #if defined WIN32
 #define SKETCHSOLVER_EXPORT              __declspec( dllexport )
@@ -34,6 +36,7 @@ const GroupID       GID_OUTOFGROUP = 1;
 
 const ParameterID   PID_UNKNOWN    = 0;
 const EntityID      EID_UNKNOWN    = 0;
+const EntityID      EID_SKETCH     = 1;
 const ConstraintID  CID_UNKNOWN    = 0;
 
 #endif