summaryrefslogtreecommitdiffstats
path: root/api/logic/RWStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/RWStorage.h')
-rw-r--r--api/logic/RWStorage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/logic/RWStorage.h b/api/logic/RWStorage.h
index bbe8ac5a..4afbd96c 100644
--- a/api/logic/RWStorage.h
+++ b/api/logic/RWStorage.h
@@ -1,4 +1,6 @@
#pragma once
+#include <QWriteLocker>
+#include <QReadLocker>
template <typename K, typename V>
class RWStorage
{