diff options
| author | Jarek Kobus <[email protected]> | 2023-01-11 11:36:27 +0100 |
|---|---|---|
| committer | David Schulz <[email protected]> | 2023-01-11 10:38:46 +0000 |
| commit | ed3d75b0449cfc9b911cd2e546ddb55842267f1c (patch) | |
| tree | fd44d05a05fe3dbe83c734a214a7de15f448d621 /src | |
| parent | fce9583fd3207f1639559972f2567bca2077c8e2 (diff) | |
Fix missing include
Amends 887db6b419b443bfd7f1fd7d95632d6ad18c603c
Change-Id: Iaea15ce222f07306b48f2fde5e1526689a9d9aff
Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/languageclient/callhierarchy.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/languageclient/callhierarchy.cpp b/src/plugins/languageclient/callhierarchy.cpp index 098a1a4b641..fb2d680e3f6 100644 --- a/src/plugins/languageclient/callhierarchy.cpp +++ b/src/plugins/languageclient/callhierarchy.cpp @@ -15,6 +15,8 @@ #include <utils/treemodel.h> #include <utils/utilsicons.h> +#include <QLayout> + using namespace Utils; using namespace TextEditor; using namespace LanguageServerProtocol; |
