aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGacko <gacko28@gmx.de>2015-03-09 19:40:19 +0100
committerGacko <gacko28@gmx.de>2015-03-09 19:40:19 +0100
commitd9d48ca0f1d2acefac0850da347b40482d2fb691 (patch)
treee240aaede723271c9f0ed62dfd2105a5dd69e487 /src
parentc61548a17bbcc193a30942983d8b7225d80b5308 (diff)
Fix non pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/game/DataStores/DBCEnums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/DataStores/DBCEnums.h b/src/server/game/DataStores/DBCEnums.h
index 7002b987065..eb7c344ccf6 100644
--- a/src/server/game/DataStores/DBCEnums.h
+++ b/src/server/game/DataStores/DBCEnums.h
@@ -19,6 +19,8 @@
#ifndef DBCENUMS_H
#define DBCENUMS_H
+#include "Define.h"
+
struct DBCPosition2D
{
float X;