From 41c5854a19cb686628c32a088653e33918782527 Mon Sep 17 00:00:00 2001 From: fez Date: Tue, 5 Feb 2008 02:42:01 +0000 Subject: fixed w00t's brain (I mean std:: stuff) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8826 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/globals.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index 01a8b48e0..2de2ba11b 100644 --- a/include/globals.h +++ b/include/globals.h @@ -14,9 +14,13 @@ #ifndef __WORLD_H #define __WORLD_H +#include +#include +#include + /** A cached text file stored with its contents as lines */ -typedef std::deque file_cache; +typedef std::deque< std::string > file_cache; /** A configuration key and value pair */ -- cgit v1.2.3