diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/download.h | 2 | ||||
-rw-r--r-- | src/net/eathena/messagein.h | 2 | ||||
-rw-r--r-- | src/net/eathena/messageout.h | 2 | ||||
-rw-r--r-- | src/net/packetcounters.h | 2 | ||||
-rw-r--r-- | src/net/tmwa/messagein.h | 2 | ||||
-rw-r--r-- | src/net/tmwa/messageout.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/net/download.h b/src/net/download.h index ec55e60ae..cb74e5e0a 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -28,6 +28,8 @@ #include <stdio.h> #include <string> +#include "localconsts.h" + enum DownloadStatus { DOWNLOAD_STATUS_CANCELLED = -3, diff --git a/src/net/eathena/messagein.h b/src/net/eathena/messagein.h index b5f5e8baa..f6a1ec7ba 100644 --- a/src/net/eathena/messagein.h +++ b/src/net/eathena/messagein.h @@ -28,6 +28,8 @@ #include <SDL_types.h> #include <string> +#include "localconsts.h" + namespace EAthena { diff --git a/src/net/eathena/messageout.h b/src/net/eathena/messageout.h index 58937434c..530702e7d 100644 --- a/src/net/eathena/messageout.h +++ b/src/net/eathena/messageout.h @@ -28,6 +28,8 @@ #include <iosfwd> #include <SDL_types.h> +#include "localconsts.h" + namespace EAthena { diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 86277d5d7..34de55889 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -23,6 +23,8 @@ #ifndef PACKETCOUNTERS_H #define PACKETCOUNTERS_H +#include "localconsts.h" + class PacketCounters final { public: 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 { |