Browse Source

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

Mircea TheHonestCTO 4 tháng trước cách đây
mục cha
commit
2dbfb8e06d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"