浏览代码

Missing cstring include

Thomas Buck 10 年前
父节点
当前提交
93a88bc275
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/Game.cpp

+ 1
- 0
src/Game.cpp 查看文件

@@ -8,6 +8,7 @@
8 8
 #include <algorithm>
9 9
 #include <map>
10 10
 #include <cstdlib>
11
+#include <cstring>
11 12
 
12 13
 #include "global.h"
13 14
 #include "Camera.h"

正在加载...
取消
保存