mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +05:00
cmake compatibility
This commit is contained in:
parent
69b571614d
commit
696c252ac8
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
#include <vtkActor2D.h>
|
#include <vtkActor2D.h>
|
||||||
|
|
||||||
#include <SMESH_Object.h>
|
#include "SMESH_Object.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
#include "utilities.h"
|
#include "utilities.h"
|
||||||
|
|
||||||
#include <SMDS_UnstructuredGrid.hxx>
|
#include "SMDS_UnstructuredGrid.hxx"
|
||||||
#include <vtkCellType.h>
|
#include <vtkCellType.h>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
Loading…
Reference in New Issue
Block a user