mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-17 04:20:37 +05:00
*** empty log message ***
This commit is contained in:
parent
1811168404
commit
1b28505e85
@ -43,6 +43,11 @@
|
||||
#include <map>
|
||||
#include <list>
|
||||
|
||||
#ifdef WNT
|
||||
#pragma warning(disable:4251) // Warning DLL Interface ...
|
||||
#pragma warning(disable:4290) // Warning Exception ...
|
||||
#endif
|
||||
|
||||
class SMESH_Gen;
|
||||
class SMESHDS_Document;
|
||||
class SMESH_Group;
|
||||
|
Loading…
Reference in New Issue
Block a user