mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-26 11:29:33 -04:00
general: Add typeinfo where needed
Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include <functional>
|
||||
#include <limits>
|
||||
#include <typeinfo>
|
||||
#include <QAbstractButton>
|
||||
#include <QAbstractSpinBox>
|
||||
#include <QBoxLayout>
|
||||
|
||||
Reference in New Issue
Block a user