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:
Miklos Vajna 2018-05-30 21:07:34 +02:00
parent 469b8334ad
commit fad591f79e
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
---
assumeFilename: desktop/source/app/app.cxx

View file

@ -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
{