add missing includes

This commit is contained in:
eap 2008-05-26 14:15:28 +00:00
parent 4e38a82bb3
commit 2a180e9a89

View File

@ -29,11 +29,13 @@
#include <SMESH_Mesh.hxx>
#include <SMESH_StdMeshers.hxx>
#include <gp_Pnt.hxx>
#include <SMDS_FaceOfNodes.hxx>
#include <TColgp_HArray1OfPnt.hxx>
#include <TColgp_HArray1OfVec.hxx>
#include <map>
#include <list>
#include <vector>
class STDMESHERS_EXPORT StdMeshers_QuadToTriaAdaptor
{