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 /common/storage.h | |
parent | a4e69ce4e08eb42d24ba44839ea19eaa078a58ca (diff) | |
download | sink-71921ee52f7b74d5253e4101ac8a676d5d7ca27a.tar.gz sink-71921ee52f7b74d5253e4101ac8a676d5d7ca27a.zip |
Missing includes
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 1 |
1 files changed, 1 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 | ||
6 | class Storage { | 7 | class Storage { |