summaryrefslogtreecommitdiffstats
path: root/src/common/settings_enums.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2023-06-10 06:44:03 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2023-07-21 16:56:54 +0200
commit0193add060ecc591ca27d029916823911df5d503 (patch)
treedf156f3ff0ad714507964a98724674bf2fd3c7cb /src/common/settings_enums.h
parentsettings_enums: Add const type where needed (diff)
downloadyuzu-0193add060ecc591ca27d029916823911df5d503.tar
yuzu-0193add060ecc591ca27d029916823911df5d503.tar.gz
yuzu-0193add060ecc591ca27d029916823911df5d503.tar.bz2
yuzu-0193add060ecc591ca27d029916823911df5d503.tar.lz
yuzu-0193add060ecc591ca27d029916823911df5d503.tar.xz
yuzu-0193add060ecc591ca27d029916823911df5d503.tar.zst
yuzu-0193add060ecc591ca27d029916823911df5d503.zip
Diffstat (limited to '')
-rw-r--r--src/common/settings_enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings_enums.h b/src/common/settings_enums.h
index 2710f136d..f3d76b927 100644
--- a/src/common/settings_enums.h
+++ b/src/common/settings_enums.h
@@ -7,6 +7,7 @@
#include <string>
#include <type_traits>
#include <typeindex>
+#include <typeinfo>
#include "common/common_types.h"
namespace Settings {