general: Add typeinfo where needed

Using typeid without including typeinfo first produces an ill-formed program.
This commit is contained in:
lat9nq
2023-06-10 00:44:03 -04:00
parent 9d3715a68c
commit 9d6de208a1
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
#include <functional>
#include <limits>
#include <typeinfo>
#include <QAbstractButton>
#include <QAbstractSpinBox>
#include <QBoxLayout>