浏览代码

revert StdInc include in BuildAnalyzer.cpp which was reported by CLion as unused

Mircea TheHonestCTO 4 月之前
父节点
当前提交
2dbfb8e06d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      AI/Nullkiller2/Analyzers/BuildAnalyzer.cpp

+ 1 - 0
AI/Nullkiller2/Analyzers/BuildAnalyzer.cpp

@@ -7,6 +7,7 @@
 * Full text of license available in license.txt file, in main folder
 *
 */
+#include "../StdInc.h"
 #include <boost/range/algorithm/sort.hpp>
 
 #include "../Engine/Nullkiller.h"