소스 검색

Add missing include

mikymod 11 년 전
부모
커밋
3b1f2626d4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      engine/renderers/DebugLine.cpp

+ 1 - 0
engine/renderers/DebugLine.cpp

@@ -28,6 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "MathUtils.h"
 #include "Color4.h"
 #include "Vector3.h"
+#include <string.h>
 #include <bgfx.h>
 
 namespace crown