diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-06-25 14:34:14 +0200 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2024-06-26 13:31:14 +0200 |
commit | d44784a24a8ff2a6f92618585b786192ef55a6ab (patch) | |
tree | 38cd9d6dccec3f355d25e84870d9d1b30a348d42 /compilerplugins/clang | |
parent | fba0193fcfb250d931c54baab2d1b79ce4be2f12 (diff) |
Missing includes
Change-Id: I519cdb9b5a1c475a1d36293b77c85c250baf3c3f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169520
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'compilerplugins/clang')
-rw-r--r-- | compilerplugins/clang/dbgunhandledexception.cxx | 1 | ||||
-rw-r--r-- | compilerplugins/clang/elidestringvar.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/dbgunhandledexception.cxx b/compilerplugins/clang/dbgunhandledexception.cxx index e6c1f157cc9d..699297b5a248 100644 --- a/compilerplugins/clang/dbgunhandledexception.cxx +++ b/compilerplugins/clang/dbgunhandledexception.cxx @@ -16,6 +16,7 @@ #include <clang/Lex/Lexer.h> #include <fstream> #include <set> +#include <stack> namespace loplugin { diff --git a/compilerplugins/clang/elidestringvar.cxx b/compilerplugins/clang/elidestringvar.cxx index c14eaf027b0f..097120463ea0 100644 --- a/compilerplugins/clang/elidestringvar.cxx +++ b/compilerplugins/clang/elidestringvar.cxx @@ -12,6 +12,7 @@ #include <algorithm> #include <cassert> #include <map> +#include <stack> #include "check.hxx" #include "compat.hxx" |