From 9dde0b1b33a81af5fd7cc69304269ee9ae2003dd Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 15:37:31 +0000 Subject: Add inspircd_config.h to hash_map so that it can be used independently git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11662 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/hash_map.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/hash_map.h') 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. -- cgit v1.2.3