瀏覽代碼

Properly #include DrawQable in wrap_Graphics.cpp

Bill Meltsner 14 年之前
父節點
當前提交
4f4fbae9a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/graphics/opengl/wrap_Graphics.cpp

+ 1 - 1
src/modules/graphics/opengl/wrap_Graphics.cpp

@@ -19,7 +19,7 @@
 **/
 
 #include "wrap_Graphics.h"
-#include "DrawQable.h"
+#include <graphics/DrawQable.h>
 #include <image/ImageData.h>
 #include <font/Rasterizer.h>