using c++ headers in c++ files

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@837 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2013-06-12 13:14:36 +00:00
parent c657f9a125
commit 20b17c450a
10 changed files with 12 additions and 13 deletions

View File

@@ -42,7 +42,7 @@
#ifndef LOOPSCHEMEMASKT_HH
#define LOOPSCHEMEMASKT_HH
#include <math.h>
#include <cmath>
#include <vector>
#include <OpenMesh/Core/System/config.h>