summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 23:32:11 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-02 23:34:19 -0400
commit0a73fb994a517a3e9653af5406f8d547b216d659 (patch)
tree98b3991d32d9e227dc2cc77b462c76cc8c65fea8 /sc/source
parentb81d130626c20b806fc8a28524b38756eebc6c46 (diff)
Not to forget this header...
Change-Id: I3f05923787ec87d5231433e4fad562326becae49
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/tool/formulagroup.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx
index b4fd64673931..221a7688c810 100644
--- a/sc/source/core/tool/formulagroup.cxx
+++ b/sc/source/core/tool/formulagroup.cxx
@@ -22,6 +22,10 @@
#define USE_DUMMY_INTERPRETER 1
+#if USE_DUMMY_INTERPRETER
+#include <cstdio>
+#endif
+
namespace sc {
ScMatrixRef FormulaGroupInterpreterSoftware::inverseMatrix(const ScMatrix& /*rMat*/)