From 18e4dca6c948eac4d27da3a0f12b824b5cd950c4 Mon Sep 17 00:00:00 2001 From: Felix Geyer Date: Sun, 31 Jul 2016 14:22:00 +0200 Subject: [PATCH] Explicitly include QFile in TestKeePass2Writer. Closes #452 --- tests/TestKeePass2Writer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestKeePass2Writer.cpp b/tests/TestKeePass2Writer.cpp index c87279454..d56d98d1d 100644 --- a/tests/TestKeePass2Writer.cpp +++ b/tests/TestKeePass2Writer.cpp @@ -18,6 +18,7 @@ #include "TestKeePass2Writer.h" #include +#include #include #include "config-keepassx-tests.h"