diff options
Diffstat (limited to 'tests/storagetest.cpp')
-rw-r--r-- | tests/storagetest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storagetest.cpp b/tests/storagetest.cpp index 40492f0..d3f180a 100644 --- a/tests/storagetest.cpp +++ b/tests/storagetest.cpp | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <QtConcurrent/QtConcurrentRun> | 7 | #include <QtConcurrent/QtConcurrentRun> |
8 | 8 | ||
9 | #include "common/storage.h" | 9 | #include "common/storage.h" |
10 | #include "storage/key.h" | ||
10 | 11 | ||
11 | /** | 12 | /** |
12 | * Test of the storage implementation to ensure it can do the low level operations as expected. | 13 | * Test of the storage implementation to ensure it can do the low level operations as expected. |