瀏覽代碼

Add missing #include in VertexBuffer.cpp.

rude 14 年之前
父節點
當前提交
873a99aba1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/graphics/opengl/VertexBuffer.cpp

+ 1 - 0
src/modules/graphics/opengl/VertexBuffer.cpp

@@ -23,6 +23,7 @@
 #include "common/Exception.h"
 
 #include <cstdlib>
+#include <cstring>
 
 namespace love
 {