Author: damjan
Date: Wed Feb 24 18:23:25 2016
New Revision: 1732199
URL: http://svn.apache.org/viewvc?rev=1732199&view=rev
Log:
Add a missing "#include <string>" that's breaking the build.
Still DOESN'T BUILD
Patch by: me
Modified:
openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx
Modified:
openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx
URL:
http://svn.apache.org/viewvc/openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx?rev=1732199&r1=1732198&r2=1732199&view=diff
==============================================================================
---
openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx
(original)
+++
openoffice/branches/gbuild-reintegration/main/writerfilter/source/dmapper/PropertyIds.cxx
Wed Feb 24 18:23:25 2016
@@ -23,6 +23,7 @@
#include <PropertyIds.hxx>
#include <rtl/ustring.hxx>
#include <map>
+#include <string>
namespace writerfilter {
namespace dmapper{