mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 04:29:03 -04:00
GCC defines and <hash_map> -> "hash_map.h"
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4138 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
2e6b07ea37
commit
60ee65c503
@ -23,11 +23,7 @@ using namespace std;
|
||||
#include <sys/errno.h>
|
||||
#include <time.h>
|
||||
#include <string>
|
||||
#ifdef GCC3
|
||||
#include <ext/hash_map>
|
||||
#else
|
||||
#include <hash_map>
|
||||
#endif
|
||||
#include "hash_map.h"
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
Loading…
x
Reference in New Issue
Block a user