From: kainazzzo Date: Thu, 5 Apr 2007 19:46:58 +0000 (+0000) Subject: fixed some compilation issues X-Git-Url: https://jfr.im/git/irc/gameservirc.git/commitdiff_plain/cb154cf11df632ad57d490d81176bac8bda8114d fixed some compilation issues git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@492 bc333340-6410-0410-a689-9d09f3c113fa --- diff --git a/gameserv/do_identify.cpp b/gameserv/do_identify.cpp index 766f52e..70836a3 100644 --- a/gameserv/do_identify.cpp +++ b/gameserv/do_identify.cpp @@ -4,6 +4,8 @@ #include "player.h" #include "flags.h" +#include +#include using namespace std; void do_identify(char *u) diff --git a/gameserv/loadsave.cpp b/gameserv/loadsave.cpp index 66c8d8e..58d09a5 100755 --- a/gameserv/loadsave.cpp +++ b/gameserv/loadsave.cpp @@ -12,6 +12,7 @@ #include "flags.h" #include "options.h" + #include #include using namespace std; diff --git a/gameserv/misc.cpp b/gameserv/misc.cpp index f18a40e..12ee86c 100644 --- a/gameserv/misc.cpp +++ b/gameserv/misc.cpp @@ -6,6 +6,10 @@ #include "item.h" #include "options.h" +#include +#include +using namespace std; + void see_master(char *u) { aClient *user;