mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Added types.h to more files that relied on mutex.h to get to debug.h to get to types.h
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../common/types.h"
|
||||
#include "../common/emu_opcodes.h"
|
||||
|
||||
class Client;
|
||||
|
||||
Reference in New Issue
Block a user