Fix compilation errors under Windows: VS-2017

This commit is contained in:
rnv 2020-10-16 12:20:46 +03:00
parent 6bc94c2211
commit 9d0765db5d
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@
#include <list>
#include <set>
#include <vector>
#include <numeric>
#include <Bnd_B3d.hxx>
using namespace std;

View File

@ -56,6 +56,8 @@
#include <cstddef>
#include <numeric>
typedef SMESH_Comment TComm;
using namespace std;