summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-09-24 16:19:58 +0300
committerAndrei Karas <akaras@inbox.ru>2012-09-24 16:19:58 +0300
commit7f45d87f62eeef171d4873e95d1de8dfac2446af (patch)
tree5b05d83fb089257bb333c1525976cc172af8327b /src/net
parentbd231fc40ca54f7dd2e091c5ab414f4cebb3b05e (diff)
downloadplus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.gz
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.bz2
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.tar.xz
plus-7f45d87f62eeef171d4873e95d1de8dfac2446af.zip
Fix compilation errors.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/download.h2
-rw-r--r--src/net/eathena/messagein.h2
-rw-r--r--src/net/eathena/messageout.h2
-rw-r--r--src/net/packetcounters.h2
-rw-r--r--src/net/tmwa/messagein.h2
-rw-r--r--src/net/tmwa/messageout.h2
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
{