فهرست منبع

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
 {