summaryrefslogtreecommitdiff
path: root/include/SSVOpenHexagon/Core/MenuGame.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSVOpenHexagon/Core/MenuGame.hpp')
-rw-r--r--include/SSVOpenHexagon/Core/MenuGame.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SSVOpenHexagon/Core/MenuGame.hpp b/include/SSVOpenHexagon/Core/MenuGame.hpp
index 0af12c82..697edef1 100644
--- a/include/SSVOpenHexagon/Core/MenuGame.hpp
+++ b/include/SSVOpenHexagon/Core/MenuGame.hpp
@@ -12,6 +12,7 @@
#include "SSVOpenHexagon/Utils/FastVertexVector.hpp"
#include "SSVOpenHexagon/Utils/LuaWrapper.hpp"
+#include "SSVOpenHexagon/Utils/UniquePtr.hpp"
#include <SSVStart/Camera/Camera.hpp>
@@ -109,7 +110,7 @@ private:
ssvs::GameWindow& window;
HexagonClient& hexagonClient;
HexagonDialogBox dialogBox;
- std::unique_ptr<LeaderboardCache> leaderboardCache;
+ Utils::UniquePtr<LeaderboardCache> leaderboardCache;
Lua::LuaContext lua;
std::vector<std::string> execScriptPackPathContext;