Browse Source

Add missing #include in VertexBuffer.cpp.

rude 14 năm trước cách đây
mục cha
commit
873a99aba1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 {