--- libreoffice-24.2.0.3.old/include/comphelper/errcode.hxx +++ libreoffice-24.2.0.3/include/comphelper/errcode.hxx @@ -22,6 +22,7 @@ #include #include #include +#include #include #if defined(DBG_UTIL) --- libreoffice-24.2.0.3.old/sw/source/core/bastyp/calc.cxx +++ libreoffice-24.2.0.3/sw/source/core/bastyp/calc.cxx @@ -1042,7 +1042,7 @@ return StdFunc(&acos, true); case CALC_ABS: SAL_INFO("sw.calc", "abs"); - return StdFunc(&abs, false); + return StdFunc(&std::abs, false); case CALC_SIGN: { SAL_INFO("sw.calc", "sign"); --- libreoffice-24.8.0.0.beta1.old/sax/source/tools/converter.cxx +++ libreoffice-24.8.0.0.beta1/sax/source/tools/converter.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include --- libreoffice-24.8.0.0.beta1.old/sc/source/core/data/dptabsrc.cxx +++ libreoffice-24.8.0.0.beta1/sc/source/core/data/dptabsrc.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include #include #include