mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 09:02:40 +00:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user