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>
This commit is contained in:
Stephan Bergmann
2024-06-25 14:34:14 +02:00
parent fba0193fcf
commit d44784a24a
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#include <clang/Lex/Lexer.h>
#include <fstream>
#include <set>
#include <stack>
namespace loplugin
{

View File

@@ -12,6 +12,7 @@
#include <algorithm>
#include <cassert>
#include <map>
#include <stack>
#include "check.hxx"
#include "compat.hxx"