App/Toponaming: Compilation cleanup after #9175

Also fixes some trailing whitespace issues
This commit is contained in:
Chris Hennes
2023-06-16 09:14:57 -05:00
parent 4a8d3853ba
commit 318bc35998
5 changed files with 25 additions and 20 deletions

View File

@@ -1,3 +1,8 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <unordered_map>
# include <random>
#endif
#include "ElementMap.h"
#include "ElementNamingUtils.h"
@@ -5,12 +10,8 @@
#include "App/Application.h"
#include "Base/Console.h"
// #include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <unordered_map>
#include <random>
# include <boost/algorithm/string/classification.hpp>
# include <boost/algorithm/string/split.hpp>
FC_LOG_LEVEL_INIT("ElementMap", true, 2);