X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fglobals.h;h=2de2ba11bcd2f248950f60f334d869c3be0fa5d8;hb=59ca4eec57a9c8b37e79e3031c74b59d4803fc28;hp=01a8b48e0b8f6dc5d2cd0a035375e7b2a812843a;hpb=f1271614679843191bb247c0db2716acb5ac0e4b;p=user%2Fhenk%2Fcode%2Finspircd.git 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 */