From 15b69ac3e3c91e3f3637960f5c11bdbe9ab42de3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 30 Oct 2012 19:27:48 -0400 Subject: Fix the build with DEBUG_PIVOT_TABLE=1. Change-Id: Ibbf3ac3174d609feabc4cac590cf86b07ebbbab8 --- sc/source/core/data/dpitemdata.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sc') 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 + void ScDPItemData::Dump(const char* msg) const { printf("--- (%s)\n", msg); -- cgit v1.2.3