diff options
author | Carbenium <carbenium@outlook.com> | 2016-01-22 20:22:45 +0100 |
---|---|---|
committer | Carbenium <carbenium@outlook.com> | 2016-01-22 20:22:45 +0100 |
commit | 1038df8d5b522e1e959528c3b7c17c01a88e7759 (patch) | |
tree | f0aae600673ae06d00c50b0617de6438da7f7439 /src | |
parent | 9d8c90d9ee6abb0ef8bcc94424c896c5c1e486be (diff) |
Core/Util: Add a missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Utilities/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Utilities/Util.h b/src/common/Utilities/Util.h index f72c1430370..1f3b78a8d56 100644 --- a/src/common/Utilities/Util.h +++ b/src/common/Utilities/Util.h @@ -27,6 +27,7 @@ #include <vector> #include <list> #include <map> +#include <ctime> // Searcher for map of structs template<typename T, class S> struct Finder |