Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestBase32.cpp')
-rw-r--r--tests/TestBase32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestBase32.cpp b/tests/TestBase32.cpp
index 1d30e7817..1fe61f9f3 100644
--- a/tests/TestBase32.cpp
+++ b/tests/TestBase32.cpp
@@ -16,8 +16,8 @@
*/
#include "TestBase32.h"
+#include "TestGlobal.h"
#include "core/Base32.h"
-#include <QTest>
QTEST_GUILESS_MAIN(TestBase32)