mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
parent
9d3715a68c
commit
9d6de208a1
6 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <forward_list>
|
||||
#include <memory>
|
||||
#include <typeinfo>
|
||||
#include <QComboBox>
|
||||
#include "common/common_types.h"
|
||||
#include "common/settings.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue