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
|
@ -6,6 +6,7 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
#include <utility>
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue