Missing include, preventing build on VS2012

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@799 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-01-30 15:22:31 +00:00
parent 9d1d1a1a0d
commit 2d754b31be

View File

@@ -58,6 +58,7 @@
#include <iostream>
#include <string>
#include <cctype>
#include <functional>
// OpenMesh
#include <OpenMesh/Core/System/config.h>