diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-09-25 22:24:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-09-25 22:24:29 +0200 |
commit | 702717328fe6f5cb6c29649350094e97ce32f7a7 (patch) | |
tree | 2b9a966d98c650681a3f266853b45a6abf5af7c0 /sfx2 | |
parent | 8dd1ff42a209a82ab4384a5768c4f191831a712f (diff) |
We need <tools/string.hxx>
Change-Id: I1e4df48bbbdb8c2ee4840e02aeb1d585aeec63f7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/shutdowniconaqua.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm index e4367dabd1f9..ebeda0489d50 100644 --- a/sfx2/source/appl/shutdowniconaqua.mm +++ b/sfx2/source/appl/shutdowniconaqua.mm @@ -21,6 +21,7 @@ #include "unotools/moduleoptions.hxx" #include "unotools/dynamicmenuoptions.hxx" #include "unotools/historyoptions.hxx" +#include <tools/string.hxx> #include "tools/urlobj.hxx" #include "osl/file.h" #include "comphelper/sequenceashashmap.hxx" |