Skip to content

Commit 96f9c01

Browse files
committed
Fix MeshDataSource
1 parent d19ba70 commit 96f9c01

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

src/MeshDataSource/MeshDataSource.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
#include "MeshDataSource.h"
2-
#include <vector>
3-
#include <gp_Pnt.hxx>
4-
#include <gp_Vec.hxx>
5-
#include <Precision.hxx>
6-
#include <Standard_Type.hxx>
7-
#include <TColgp_SequenceOfXYZ.hxx>
8-
#include <TColStd_DataMapOfIntegerInteger.hxx>
9-
#include <TColStd_DataMapOfIntegerReal.hxx>
2+
103

114
IMPLEMENT_STANDARD_RTTIEXT(MeshDS_DataSource, MeshVS_DataSource)
125

src/MeshDataSource/MeshDataSource.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55
#include <algorithm>
6+
#include <vector>
67

78
#include <Standard.hxx>
89
#include <Standard_Type.hxx>
@@ -16,12 +17,20 @@
1617
#include <TColStd_Array1OfReal.hxx>
1718
#include <TColStd_Array1OfInteger.hxx>
1819
#include <TColStd_HArray1OfInteger.hxx>
20+
#include <TColStd_DataMapOfIntegerInteger.hxx>
21+
#include <TColStd_DataMapOfIntegerReal.hxx>
1922
#include <MeshVS_EntityType.hxx>
2023
#include <MeshVS_DataSource.hxx>
2124
#include <Poly_Triangulation.hxx>
22-
#include <vector>
2325
#include <gp_Pnt.hxx>
2426
#include <gp_Vec.hxx>
27+
#include <Precision.hxx>
28+
#include <Standard_Type.hxx>
29+
#include <TColgp_SequenceOfXYZ.hxx>
30+
#include <TopTools_HArray2OfShape.hxx>
31+
#include <TopTools_HArray1OfListOfShape.hxx>
32+
#include <TopTools_HArray1OfShape.hxx>
33+
2534

2635
class MeshDS_DataSource;
2736
DEFINE_STANDARD_HANDLE(MeshDS_DataSource, MeshVS_DataSource)

0 commit comments

Comments
 (0)