summaryrefslogtreecommitdiff
path: root/qt_adapter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt_adapter.hpp')
-rw-r--r--qt_adapter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt_adapter.hpp b/qt_adapter.hpp
index 2e6548a..c0aba79 100644
--- a/qt_adapter.hpp
+++ b/qt_adapter.hpp
@@ -8,11 +8,12 @@
#include <QAbstractTableModel>
#include <QTableView>
#include <QVariant>
-#include <QMetaType>
#include <memory>
#include <string>
#include <iostream>
+#include <vector>
+#include <map>
template <typename T>
struct QtModelType