diff options
author | Treeston <treeston.mmoc@gmail.com> | 2019-07-29 00:13:40 +0200 |
---|---|---|
committer | Treeston <treeston.mmoc@gmail.com> | 2019-07-29 00:14:10 +0200 |
commit | 163f44c1b08cc043b114585922bd08664434bf92 (patch) | |
tree | a417e86a4fa43dc232592d21ef871fa8f6aad6f6 /src/common/Utilities/FuzzyFind.h | |
parent | 48091257d325f55889d120fdb4967e7c4bcb8c09 (diff) |
Core/AI: No longer do strange things when told to enter evade mode while there's no need to do so, typically by terrible legacy code.
Diffstat (limited to 'src/common/Utilities/FuzzyFind.h')
-rw-r--r-- | src/common/Utilities/FuzzyFind.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Utilities/FuzzyFind.h b/src/common/Utilities/FuzzyFind.h index 2380e65b66e..d65a3bcbda1 100644 --- a/src/common/Utilities/FuzzyFind.h +++ b/src/common/Utilities/FuzzyFind.h @@ -18,6 +18,10 @@ #ifndef TRINITY_FUZZYFIND_H #define TRINITY_FUZZYFIND_H +#include "advstd.h" +#include <map> +#include <string> + namespace Trinity { namespace Containers |