From 077ead1428ae396d5a6dc7476e4b0e832bafcdad Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:17:22 +0200 Subject: [PATCH] imo msvc should be outlawed --- loader/include/Geode/utils/general.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/include/Geode/utils/general.hpp b/loader/include/Geode/utils/general.hpp index 16eea0b8..53b43dd7 100644 --- a/loader/include/Geode/utils/general.hpp +++ b/loader/include/Geode/utils/general.hpp @@ -10,6 +10,7 @@ #include #include #include +#include // for some reason std::filesystem::path doesn't have std::hash defined in C++17 // and ghc seems to have inherited this limitation