Kaydet (Commit) fad591f7 authored tarafından Miklos Vajna's avatar Miklos Vajna

comphelper: fix an IWYU warning

Change-Id: I565ce46c01edfe16d5639cc62cb5a4ca996db349
Reviewed-on: https://gerrit.libreoffice.org/55098Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 469b8334
---
assumeFilename: desktop/source/app/app.cxx
...@@ -21,9 +21,10 @@ ...@@ -21,9 +21,10 @@
#define INCLUDED_COMPHELPER_ANYTOSTRING_HXX #define INCLUDED_COMPHELPER_ANYTOSTRING_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <comphelper/comphelperdllapi.h> #include <comphelper/comphelperdllapi.h>
namespace com { namespace sun { namespace star { namespace uno { class Any; } } } }
namespace comphelper namespace comphelper
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment