summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/jumpmatrix.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/jumpmatrix.cxx')
-rw-r--r--sc/source/core/tool/jumpmatrix.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/jumpmatrix.cxx b/sc/source/core/tool/jumpmatrix.cxx
index dae7f109bd8e..dc90c8686c36 100644
--- a/sc/source/core/tool/jumpmatrix.cxx
+++ b/sc/source/core/tool/jumpmatrix.cxx
@@ -20,6 +20,8 @@
#include "jumpmatrix.hxx"
#include "scmatrix.hxx"
+#include <osl/diagnose.h>
+
namespace {
// Don't bother with buffer overhead for less than y rows.
const SCSIZE kBufferThreshhold = 128;