summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qsavefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qsavefile')
-rw-r--r--tests/auto/corelib/io/qsavefile/tst_qsavefile.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qsavefile/tst_qsavefile.cpp b/tests/auto/corelib/io/qsavefile/tst_qsavefile.cpp
index 9756ed45d0..ad4bcb3cf5 100644
--- a/tests/auto/corelib/io/qsavefile/tst_qsavefile.cpp
+++ b/tests/auto/corelib/io/qsavefile/tst_qsavefile.cpp
@@ -43,6 +43,10 @@
# include <windows.h>
#endif
+#ifdef Q_OS_INTEGRITY
+#include "qplatformdefs.h"
+#endif
+
// Restore permissions so that the QTemporaryDir cleanup can happen
class PermissionRestorer
{