Skip to content

Commit

Permalink
Core/Util: Add a missing include
Browse files Browse the repository at this point in the history
(cherry picked from commit 1038df8)
  • Loading branch information
Carbenium authored and Shauren committed Apr 2, 2016
1 parent d045f9b commit 2e3686b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Utilities/Util.h
Expand Up @@ -30,6 +30,7 @@
#include <map>
#include <stdarg.h>
#include <cstring>
#include <ctime>

// Searcher for map of structs
template<typename T, class S> struct Finder
Expand Down

0 comments on commit 2e3686b

Please sign in to comment.