OSG block, fixed includes... But this does not mean it compiles

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@206 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-10 06:58:26 +00:00
parent a5a0deb076
commit 57ca2d5cf3
7 changed files with 14 additions and 14 deletions

View File

@@ -45,12 +45,12 @@
//== INCLUDES =================================================================
#include <OpenMesh/Core/Attributes/Attributes.hh>
#include <OpenMesh/Core/Mesh/Kernels/Common/BaseKernel.hh>
#include <OpenMesh/Core/Mesh/Attributes.hh>
#include <OpenMesh/Core/Mesh/BaseKernel.hh>
#include <OpenMesh/Core/Utils/GenProg.hh>
#include <OpenMesh/Core/Utils/Property.hh>
//
#include <OpenSG/OSGGeometry.h>
#include <osg/Geometry>
//
#include <stdexcept>
#include <vector>