From aad4ed6a834dc529089c8cf9bf860ea9afe4e994 Mon Sep 17 00:00:00 2001 From: saltshaker Date: Tue, 21 Dec 2021 03:17:35 -0700 Subject: [PATCH] Added include to Loot.h to allow the server to build on GCP. Resolves #281. --- dGame/dUtilities/Loot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dGame/dUtilities/Loot.h b/dGame/dUtilities/Loot.h index 2300159a..23c6463d 100644 --- a/dGame/dUtilities/Loot.h +++ b/dGame/dUtilities/Loot.h @@ -3,6 +3,7 @@ #include "dCommonVars.h" #include #include "Singleton.h" +#include class Entity; @@ -58,4 +59,4 @@ class LootGenerator : public Singleton { std::unordered_map m_RarityTables; std::unordered_map m_LootMatrices; std::unordered_map m_LootTables; -}; \ No newline at end of file +};