mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <forward_list>
|
||||
#include <memory>
|
||||
#include <typeinfo>
|
||||
#include <QComboBox>
|
||||
#include "common/common_types.h"
|
||||
#include "common/settings.h"
|
||||
|
||||
Reference in New Issue
Block a user