aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/logic/RWStorage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/RWStorage.h b/api/logic/RWStorage.h
index 5d792367..3028388e 100644
--- a/api/logic/RWStorage.h
+++ b/api/logic/RWStorage.h
@@ -1,6 +1,9 @@
#pragma once
#include <QWriteLocker>
#include <QReadLocker>
+#include <QMap>
+#include <QSet>
+
template <typename K, typename V>
class RWStorage
{