diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-30 19:27:48 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-30 20:32:34 -0400 |
commit | 15b69ac3e3c91e3f3637960f5c11bdbe9ab42de3 (patch) | |
tree | 873359c4759b21fbe69ee6008a7890f63b2980ab | |
parent | 41e338a27daf3c6eb882cce832a42070f901fa2e (diff) |
Fix the build with DEBUG_PIVOT_TABLE=1.
Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8
-rw-r--r-- | sc/source/core/data/dpitemdata.cxx | 2 |
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); |