diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-10-25 10:59:58 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-10-31 20:26:40 +0100 |
commit | dc74454356af726c96c83b02418d46bc664cee8e (patch) | |
tree | 3ec58ad629632a0d0c4edab34fb74c0adfea257d /src/common/Common.h | |
parent | fc95812141e925b727235530fbea94663eb43f97 (diff) |
Core/Conditions: Type renaming
(cherry picked from commit 5e0cee85ddd67188365ead3f18206df088e1f0c7)
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index cd9301e633d..908cd487822 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -43,6 +43,8 @@ #include <vector> #include <array> +#include <boost/functional/hash.hpp> + #include "Debugging/Errors.h" #include "Threading/LockedQueue.h" |