X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMBase%2FGEOM_Operation.h;h=c6654a9eaa997e102a80875e3bc22c1a344b4ea8;hb=611ec94e27c211452a3098d014709d519b954e51;hp=9da35ad1cf815952d88fd60cfbac3404006e2ac5;hpb=9499b99fe2dcb53e1ea364f97986f8f432b04600;p=modules%2Fgeom.git diff --git a/src/GEOMBase/GEOM_Operation.h b/src/GEOMBase/GEOM_Operation.h index 9da35ad1c..c6654a9ea 100644 --- a/src/GEOMBase/GEOM_Operation.h +++ b/src/GEOMBase/GEOM_Operation.h @@ -29,13 +29,14 @@ #ifndef GEOM_OPERATION_H #define GEOM_OPERATION_H +#include "GEOM_GEOMBase.hxx" + #include "SUIT_Operation.h" #include -#include #include CORBA_CLIENT_HEADER(GEOM_Gen) -class Standard_EXPORT GEOM_Operation : public SUIT_Operation +class GEOMBASE_EXPORT GEOM_Operation : public SUIT_Operation { public: GEOM_Operation( SUIT_Application*, GEOM::GEOM_IOperations_ptr );