comphelper: fix an IWYU warning
Change-Id: I565ce46c01edfe16d5639cc62cb5a4ca996db349 Reviewed-on: https://gerrit.libreoffice.org/55098 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
parent
469b8334ad
commit
fad591f79e
2 changed files with 4 additions and 1 deletions
2
include/IwyuFilter_include.yaml
Normal file
2
include/IwyuFilter_include.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
assumeFilename: desktop/source/app/app.cxx
|
|
@ -21,9 +21,10 @@
|
|||
#define INCLUDED_COMPHELPER_ANYTOSTRING_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <comphelper/comphelperdllapi.h>
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
|
||||
|
||||
namespace comphelper
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue