Browse Source

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

Mircea TheHonestCTO 4 months ago
parent
commit
2dbfb8e06d
1 changed files with 1 additions and 0 deletions
  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"