CppEditor: Fix includes

Amends a8214665fe

Change-Id: I61083a6832c55ee04837864506249b0cae1f360a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Jarek Kobus
2023-03-10 10:43:42 +01:00
parent 40b0f670e1
commit bd2062c455
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
#include <texteditor/quickfix.h> #include <texteditor/quickfix.h>
#include <QPromise>
namespace CppEditor { namespace CppEditor {
/*! /*!

View File

@@ -23,6 +23,11 @@
#include <functional> #include <functional>
QT_BEGIN_NAMESPACE
template <typename T>
class QPromise;
QT_END_NAMESPACE
namespace TextEditor { class TextDocument; } namespace TextEditor { class TextDocument; }
namespace CppEditor { namespace CppEditor {