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;