summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-01 09:20:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-01 09:21:48 +0000
commit0ba5ea1b5b6f80b34a178bc2c84e34b15ed4e77f (patch)
tree8a931e968a4814753b801df069ce9b3eecf083ba /sw
parent38019e7c75102ab1a64c073ecea337ac3d04440a (diff)
fix higher level debug build
Change-Id: I6a1f92100c08dd1523fc9b02c070a5039041cb13
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/sortedarray.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/sortedarray.hxx b/sw/source/filter/ww8/sortedarray.hxx
index 8b6817cea27f..0c9606050774 100644
--- a/sw/source/filter/ww8/sortedarray.hxx
+++ b/sw/source/filter/ww8/sortedarray.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SW_SOURCE_FILTER_WW8_SORTEDARRAY_HXX
#define INCLUDED_SW_SOURCE_FILTER_WW8_SORTEDARRAY_HXX
+#include <osl/diagnose.h>
#include <algorithm>
//simple template that manages a static [] array by sorting at construction