diff options
author | David Schulz <david.schulz@qt.io> | 2022-05-19 14:55:15 +0200 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-05-23 11:58:09 +0000 |
commit | 7c86d1a195ff9e6bb5d499329452acf867469482 (patch) | |
tree | e04664c0924af951bbc883847a684a4818f6c057 /src/plugins/languageclient/languageclientformatter.cpp | |
parent | 29a62ff35c40960968da5041e1b4f60a0e9443c8 (diff) | |
download | qt-creator-7c86d1a195ff9e6bb5d499329452acf867469482.tar.gz |
LanguageClient: pimpl Client and cleanup includes
Change-Id: I653861e29baeaddcbcd21a5e738be6bd85514617
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclientformatter.cpp')
-rw-r--r-- | src/plugins/languageclient/languageclientformatter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/languageclient/languageclientformatter.cpp b/src/plugins/languageclient/languageclientformatter.cpp index 0649f5dbf6..f1cea20b93 100644 --- a/src/plugins/languageclient/languageclientformatter.cpp +++ b/src/plugins/languageclient/languageclientformatter.cpp @@ -26,6 +26,7 @@ #include "languageclientformatter.h" #include "client.h" +#include "dynamiccapabilities.h" #include "languageclientutils.h" #include <texteditor/tabsettings.h> |