[Libreoffice-commits] core.git: pyuno/source
Stephan Bergmann
sbergman at redhat.com
Thu Oct 30 01:33:40 PDT 2014
pyuno/source/module/pyuno.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 4d7c414a8dd60f49073d3b34e1c37ad5e427a377
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Oct 30 09:33:01 2014 +0100
Add include
Change-Id: I0598e9d0c9c33c538aa02eabc2c09d96ec3c9b4d
diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx
index 065513a..a4f0d1e 100644
--- a/pyuno/source/module/pyuno.cxx
+++ b/pyuno/source/module/pyuno.cxx
@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <sal/config.h>
+
+#include <cassert>
+
#include "pyuno_impl.hxx"
#include <rtl/strbuf.hxx>
More information about the Libreoffice-commits
mailing list