diff options
author | Dan Vrátil <dvratil@redhat.com> | 2014-12-12 16:49:11 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2014-12-12 16:49:11 +0100 |
commit | 71921ee52f7b74d5253e4101ac8a676d5d7ca27a (patch) | |
tree | 40437468fe42ee50f5f8c3a46c01cb48ee82edc3 /tests/hawd/module.h | |
parent | a4e69ce4e08eb42d24ba44839ea19eaa078a58ca (diff) | |
download | sink-71921ee52f7b74d5253e4101ac8a676d5d7ca27a.tar.gz sink-71921ee52f7b74d5253e4101ac8a676d5d7ca27a.zip |
Missing includes
Diffstat (limited to 'tests/hawd/module.h')
-rw-r--r-- | tests/hawd/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 | ||