diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-27 09:10:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-27 09:10:59 +0000 |
commit | dd1e40b8fd95a8d0aea531236b4e7fbad1f8b94d (patch) | |
tree | 3bf898b429697eeeb796d4df4302dd8420ed0588 /oox/source/drawingml | |
parent | c1d09b1ad02160850d40c0d242a0d0ec0a8dc1bc (diff) |
fix higher debug level build
Change-Id: Id35efda5e4df820cda2afd7b65b5f890fec03f2f
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/textliststyle.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/textliststyle.cxx b/oox/source/drawingml/textliststyle.cxx index 29b359fdf97e..5ea7a04c8125 100644 --- a/oox/source/drawingml/textliststyle.cxx +++ b/oox/source/drawingml/textliststyle.cxx @@ -18,6 +18,7 @@ */ #include "drawingml/textliststyle.hxx" +#include <osl/diagnose.h> namespace oox { namespace drawingml { |