diff options
Diffstat (limited to 'include/hash_map.h')
-rw-r--r-- | include/hash_map.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/hash_map.h b/include/hash_map.h index 94d219898..93341b5e0 100644 --- a/include/hash_map.h +++ b/include/hash_map.h @@ -11,8 +11,10 @@ * --------------------------------------------------- */ - #ifndef INSPIRCD_HASHMAP_H - #define INSPIRCD_HASHMAP_H +#ifndef INSPIRCD_HASHMAP_H +#define INSPIRCD_HASHMAP_H + +#include "inspircd_config.h" /** Where hash_map is varies from compiler to compiler * as it is not standard unless we have tr1. |