mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-20 14:47:52 -05:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Settings {
|
||||
|
Reference in New Issue
Block a user