mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 04:27:55 -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 <iterator>
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <typeinfo>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include <QBoxLayout>
|
||||
|
Reference in New Issue
Block a user