forked from qt-creator/qt-creator
Fix build (windows)
Change-Id: Ic57f7f633b73abec26f1d6b9f62ff6d4612911ea Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
committed by
Nikolai Kosjar
parent
33a2288c7d
commit
02194a5542
@@ -26,6 +26,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cpptools/projectpart.h>
|
#include <cpptools/projectpart.h>
|
||||||
|
#include <cpptools/cppcursorinfo.h>
|
||||||
|
|
||||||
#include <clangbackendipc/clangcodemodelconnectionclient.h>
|
#include <clangbackendipc/clangcodemodelconnectionclient.h>
|
||||||
#include <clangbackendipc/filecontainer.h>
|
#include <clangbackendipc/filecontainer.h>
|
||||||
@@ -45,10 +46,6 @@ class IEditor;
|
|||||||
class IDocument;
|
class IDocument;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace CppTools {
|
|
||||||
class CursorInfo;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace ClangBackEnd {
|
namespace ClangBackEnd {
|
||||||
class DocumentAnnotationsChangedMessage;
|
class DocumentAnnotationsChangedMessage;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user