diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-30 09:33:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-30 09:33:01 +0100 |
commit | 4d7c414a8dd60f49073d3b34e1c37ad5e427a377 (patch) | |
tree | 3b1fa0c9924ca7552ce147582a0d877ec0071066 /pyuno | |
parent | 51d694ee802a13f773421ac78cfabdf7acab023b (diff) |
Add include
Change-Id: I0598e9d0c9c33c538aa02eabc2c09d96ec3c9b4d
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyuno/source/module/pyuno.cxx b/pyuno/source/module/pyuno.cxx index 065513a7404a..a4f0d1ef06b4 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> |