fix #include

This commit is contained in:
Erwin Coumans 2016-05-18 16:01:36 -07:00
parent cdd6954ada
commit 5500fc81df

View File

@ -14,7 +14,7 @@
#include "../CommonInterfaces/CommonGUIHelperInterface.h"
#include "../ExampleBrowser/CollisionShape2TriangleMesh.h"
#include "../Importers/ImportMeshUtility/b3ImportMeshUtility.h"
#include "../../OpenGLWindow/GLInstanceGraphicsShape.h"
#include "../OpenGLWindow/GLInstanceGraphicsShape.h"
struct TinyRendererSetup : public CommonExampleInterface
{