[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Tue Jul 2 20:34:59 PDT 2013


 sc/source/core/tool/formulagroup.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 6845bab39b4fc6a6894eae8e93aa2c9e5a203161
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Tue Jul 2 23:32:11 2013 -0400

    Not to forget this header...
    
    Change-Id: I3f05923787ec87d5231433e4fad562326becae49

diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx
index b4fd646..221a768 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*/)


More information about the Libreoffice-commits mailing list