X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Stream.h;h=7abc7c299b94730c6b3a22911b830413b201de6e;hb=f9d37ee66fa46871478d806faa54de237225d3c6;hp=87ef5905f535654b2fbb1596328f8b89e54ecaa1;hpb=7235ed7e254f14e7cb450a7bb0085b0a3447c726;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Stream.h b/src/HYDROData/HYDROData_Stream.h index 87ef5905..7abc7c29 100644 --- a/src/HYDROData/HYDROData_Stream.h +++ b/src/HYDROData/HYDROData_Stream.h @@ -23,8 +23,10 @@ #include #include +#include #include +#include DEFINE_STANDARD_HANDLE(HYDROData_Stream, HYDROData_NaturalObject) @@ -87,7 +89,7 @@ public: */ HYDRODATA_EXPORT static bool CreatePresentations( const TopoDS_Edge& theLeftBank, const TopoDS_Edge& theRightBank, - const TopTools_ListOfShape& theProfiles3d, + const std::vector& theProfiles3d, PrsDefinition& thePrs ); public: