diff --git a/examples/29-debugdraw/debugdraw.cpp b/examples/29-debugdraw/debugdraw.cpp index f0950a205..4efcd80b8 100644 --- a/examples/29-debugdraw/debugdraw.cpp +++ b/examples/29-debugdraw/debugdraw.cpp @@ -7,12 +7,11 @@ #include "bgfx_utils.h" #include #include +#include #include "camera.h" #include -#include "../common/debugdraw/debugdraw.h" - class DebugDrawApp : public entry::AppI { void init(int _argc, char** _argv) BX_OVERRIDE