From d0efb8f94f6f4fb8631fc3eba6c80e2c6b024f70 Mon Sep 17 00:00:00 2001 From: Patman64 Date: Mon, 19 Jan 2015 00:39:01 -0500 Subject: [PATCH] Fix Linux build. --- BattleGroundHooks.cpp | 1 + CreatureHooks.cpp | 1 + GameObjectHooks.cpp | 1 + GroupHooks.cpp | 1 + GuildHooks.cpp | 1 + ItemHooks.cpp | 1 + PlayerHooks.cpp | 1 + ServerHooks.cpp | 1 + VehicleHooks.cpp | 1 + 9 files changed, 9 insertions(+) diff --git a/BattleGroundHooks.cpp b/BattleGroundHooks.cpp index 17baa02..c0bb186 100644 --- a/BattleGroundHooks.cpp +++ b/BattleGroundHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaTemplate.h" // Needed to be able to push BattleGround objects. #include "ElunaBinding.h" diff --git a/CreatureHooks.cpp b/CreatureHooks.cpp index 5431e96..0fb1ff7 100644 --- a/CreatureHooks.cpp +++ b/CreatureHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaIncludes.h" diff --git a/GameObjectHooks.cpp b/GameObjectHooks.cpp index b62f6ab..7ec12e5 100644 --- a/GameObjectHooks.cpp +++ b/GameObjectHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaIncludes.h" diff --git a/GroupHooks.cpp b/GroupHooks.cpp index 6d26f9c..0277a61 100644 --- a/GroupHooks.cpp +++ b/GroupHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" diff --git a/GuildHooks.cpp b/GuildHooks.cpp index b34f78c..58f6ed9 100644 --- a/GuildHooks.cpp +++ b/GuildHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" diff --git a/ItemHooks.cpp b/ItemHooks.cpp index e357be6..af7046e 100644 --- a/ItemHooks.cpp +++ b/ItemHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaIncludes.h" diff --git a/PlayerHooks.cpp b/PlayerHooks.cpp index f80b73f..d58ab7e 100644 --- a/PlayerHooks.cpp +++ b/PlayerHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaIncludes.h" diff --git a/ServerHooks.cpp b/ServerHooks.cpp index d041247..ea7278c 100644 --- a/ServerHooks.cpp +++ b/ServerHooks.cpp @@ -9,6 +9,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h" #include "ElunaTemplate.h" // Needed to be able to push AuctionHouseObjects. diff --git a/VehicleHooks.cpp b/VehicleHooks.cpp index a5db54d..bf137bc 100644 --- a/VehicleHooks.cpp +++ b/VehicleHooks.cpp @@ -12,6 +12,7 @@ #include "Hooks.h" #include "HookHelpers.h" +#include "ElunaTemplate.h" #include "LuaEngine.h" #include "ElunaBinding.h"