summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/storage.h1
-rw-r--r--tests/hawd/module.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h
index 64a632d..70c5b82 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -1,6 +1,7 @@
1#pragma once 1#pragma once
2 2
3#include <string> 3#include <string>
4#include <functional>
4#include <QString> 5#include <QString>
5 6
6class Storage { 7class Storage {
diff --git a/tests/hawd/module.h b/tests/hawd/module.h
index 856c09c..4242cfe 100644
--- a/tests/hawd/module.h
+++ b/tests/hawd/module.h
@@ -21,6 +21,8 @@
21 21
22#include "state.h" 22#include "state.h"
23 23
24#include <functional>
25
24#include <QStringList> 26#include <QStringList>
25#include <QVector> 27#include <QVector>
26 28