mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-24 18:48:40 +00:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
#include <typeinfo>
|
||||
#include <utility>
|
||||
#include <QString>
|
||||
#include <QWidget>
|
||||
|
||||
Reference in New Issue
Block a user