add missing includes

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@982 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2013-12-12 09:25:30 +00:00
parent aa4b54688e
commit 6922a3ab60
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@
#include <fstream>
#include <sstream>
#include <list>
#include <algorithm>
#if defined(WIN32)
# define pclose _pclose

View File

@@ -52,7 +52,7 @@
//== INCLUDES =================================================================
#include <OpenMesh/Tools/VDPM/VHierarchy.hh>
#include <algorithm>
//== FORWARDDECLARATIONS ======================================================