From d41ba853cf4dd52a47e7f668ae47968dc6992ba3 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 04:04:50 -0600 Subject: [PATCH] Added types.h to more files that relied on mutex.h to get to debug.h to get to types.h --- common/loottable.h | 1 + zone/perl_perlpacket.cpp | 1 + zone/perlpacket.h | 1 + 3 files changed, 3 insertions(+) diff --git a/common/loottable.h b/common/loottable.h index 8ad2f1e72..d046c0c08 100644 --- a/common/loottable.h +++ b/common/loottable.h @@ -19,6 +19,7 @@ #ifndef _EQEMU_LOOTTABLE_H #define _EQEMU_LOOTTABLE_H +#include "types.h" #pragma pack(1) struct LootTableEntries_Struct { diff --git a/zone/perl_perlpacket.cpp b/zone/perl_perlpacket.cpp index 05bbf01f6..4a9c70464 100644 --- a/zone/perl_perlpacket.cpp +++ b/zone/perl_perlpacket.cpp @@ -28,6 +28,7 @@ #include "../common/features.h" #ifdef EMBPERL_XS_CLASSES #include "../common/debug.h" +#include "../common/types.h" #include "embperl.h" #ifdef seed diff --git a/zone/perlpacket.h b/zone/perlpacket.h index a81e84ad0..4f8e39f0e 100644 --- a/zone/perlpacket.h +++ b/zone/perlpacket.h @@ -21,6 +21,7 @@ #include #include +#include "../common/types.h" #include "../common/emu_opcodes.h" class Client;