summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-30 19:27:48 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-10-30 20:32:34 -0400
commit15b69ac3e3c91e3f3637960f5c11bdbe9ab42de3 (patch)
tree873359c4759b21fbe69ee6008a7890f63b2980ab /sc
parent41e338a27daf3c6eb882cce832a42070f901fa2e (diff)
Fix the build with DEBUG_PIVOT_TABLE=1.
Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dpitemdata.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/data/dpitemdata.cxx b/sc/source/core/data/dpitemdata.cxx
index c3a163c4ba7b..ba87d66bcc81 100644
--- a/sc/source/core/data/dpitemdata.cxx
+++ b/sc/source/core/data/dpitemdata.cxx
@@ -293,6 +293,8 @@ sal_uInt8 ScDPItemData::GetCellType() const
}
#if DEBUG_PIVOT_TABLE
+#include <cstdio>
+
void ScDPItemData::Dump(const char* msg) const
{
printf("--- (%s)\n", msg);