--- actions.cc +++ actions.cc @@ -22,6 +22,8 @@ # include #endif +#include +#include #include "gamewin.h" #include "actions.h" #include "actors.h" --- args.cc +++ args.cc @@ -24,6 +24,7 @@ # include #endif +#include #include "args.h" #ifndef UNDER_CE --- audio/xmidi.cc +++ audio/xmidi.cc @@ -31,6 +31,7 @@ # include #endif #include +#include #include "../files/utils.h" #include "xmidi.h" #include "../conf/Configuration.h" --- conf/Configuration.cc +++ conf/Configuration.cc @@ -32,6 +32,7 @@ #include #include #include +#include #ifdef HAVE_SSTREAM #include #endif --- files/Flex.h +++ files/Flex.h @@ -24,6 +24,7 @@ #include #include #include +#include #include "common_types.h" #include "U7file.h" --- files/IFF.h +++ files/IFF.h @@ -21,6 +21,7 @@ #include #include +#include #include "common_types.h" #include "U7file.h" --- files/listfiles.cc +++ files/listfiles.cc @@ -29,6 +29,7 @@ #include #include #include +#include #ifndef UNDER_CE using std::vector; --- files/msgfile.cc +++ files/msgfile.cc @@ -24,6 +24,7 @@ #include #include +#include #include "utils.h" using std::istream; --- files/Table.cc +++ files/Table.cc @@ -26,6 +26,7 @@ # include #endif #include +#include #include "exceptions.h" #include "utils.h" --- files/U7file.cc +++ files/U7file.cc @@ -24,6 +24,7 @@ # include #endif #include +#include #include "U7file.h" #include "Flex.h" --- hash_utils.h +++ hash_utils.h @@ -19,6 +19,7 @@ #ifndef _HASH_UTILS_H_ #define _HASH_UTILS_H_ +#include #include "exult_types.h" #ifdef DONT_HAVE_HASH_MAP --- imagewin/ibuf8.cc +++ imagewin/ibuf8.cc @@ -29,6 +29,8 @@ # include #endif +#include +#include #include "exult_types.h" #include "utils.h" --- objs/chunkter.cc +++ objs/chunkter.cc @@ -25,6 +25,7 @@ #ifdef HAVE_CONFIG_H # include #endif +#include #include "chunkter.h" #include "gamewin.h" #ifdef INCL_OPENGL --- party.cc +++ party.cc @@ -26,6 +26,7 @@ #include #include +#include #include "party.h" #include "actors.h" #include "gamewin.h" --- server/objserial.cc +++ server/objserial.cc @@ -30,6 +30,7 @@ #include "objserial.h" #include "servemsg.h" #include +#include using std::cout; using std::endl; --- server/server.cc +++ server/server.cc @@ -45,6 +45,7 @@ #endif #include +#include #ifdef _AIX #include --- shapes/shapeinf.cc +++ shapes/shapeinf.cc @@ -32,6 +32,7 @@ #include "utils.h" #include /* Debugging */ +#include using std::cout; using std::endl; --- shapes/shapewrite.cc +++ shapes/shapewrite.cc @@ -24,6 +24,7 @@ # include #endif +#include #include "shapevga.h" #include "shapeinf.h" #include "monstinf.h" --- usecode/ucmachine.cc +++ usecode/ucmachine.cc @@ -23,6 +23,7 @@ # include #endif +#include #include "ucmachine.h" #include "keyring.h" #include "conversation.h" --- usecode/useval.cc +++ usecode/useval.cc @@ -32,6 +32,7 @@ #include #endif +#include #include "useval.h" #include "utils.h" --- usecode/useval.h +++ usecode/useval.h @@ -24,6 +24,7 @@ #include #include +#include #include // STL container #include // STL container