aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/catch
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2023-03-02 07:59:56 +0100
committerChristian Stenger <[email protected]>2023-03-02 07:51:28 +0000
commit5a5776400a17543366c9a2a07d8d535a77c14cde (patch)
tree29cc328e987028d9119c41a00c46a58d3aeb2182 /src/plugins/autotest/catch
parentc8567312f620972a97993f5f07ce74e58984fd40 (diff)
AutoTest: Fix missing includes
Change-Id: Ieb34092c8c78068ae1630cfaa0f18a45f7d43c0c Reviewed-by: Jarek Kobus <[email protected]>
Diffstat (limited to 'src/plugins/autotest/catch')
-rw-r--r--src/plugins/autotest/catch/catchtestparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/autotest/catch/catchtestparser.cpp b/src/plugins/autotest/catch/catchtestparser.cpp
index 9198e41342b..3cc7a4540be 100644
--- a/src/plugins/autotest/catch/catchtestparser.cpp
+++ b/src/plugins/autotest/catch/catchtestparser.cpp
@@ -11,6 +11,7 @@
#include <cppeditor/projectpart.h>
#include <utils/qtcassert.h>
+#include <QPromise>
#include <QRegularExpression>
using namespace Utils;