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

@@ -53,7 +53,7 @@
//== INCLUDES =================================================================
#include <OpenMesh/Core/System/config.h>
#include <assert.h>
#include <cassert>
//== NAMESPACES ===============================================================

View File

@@ -54,7 +54,7 @@
#include <OpenMesh/Core/System/config.h>
#include <OpenMesh/Core/Attributes/Status.hh>
#include <assert.h>
#include <cassert>
//== NAMESPACES ===============================================================