mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
Added include <vector> to Loot.h to allow the server to build on GCP. Resolves #281.
This commit is contained in:
parent
0531365cb5
commit
aad4ed6a83
@ -3,6 +3,7 @@
|
|||||||
#include "dCommonVars.h"
|
#include "dCommonVars.h"
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include "Singleton.h"
|
#include "Singleton.h"
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class Entity;
|
class Entity;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user