diff options
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/messagein.h | 2 | ||||
-rw-r--r-- | src/net/tmwa/messageout.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/messagein.h b/src/net/tmwa/messagein.h index 35804b34e..adc79a6b8 100644 --- a/src/net/tmwa/messagein.h +++ b/src/net/tmwa/messagein.h @@ -28,6 +28,8 @@ #include <SDL_types.h> #include <string> +#include "localconsts.h" + namespace TmwAthena { diff --git a/src/net/tmwa/messageout.h b/src/net/tmwa/messageout.h index 17c1cb5e5..72341c4c1 100644 --- a/src/net/tmwa/messageout.h +++ b/src/net/tmwa/messageout.h @@ -28,6 +28,8 @@ #include <iosfwd> #include <SDL_types.h> +#include "localconsts.h" + namespace TmwAthena { |