diff --git a/dumux/freeflow/rans/twoeq/kepsilon/problem.hh b/dumux/freeflow/rans/twoeq/kepsilon/problem.hh
index 65e5a3b9c980c432a2fafb8bfcf87a651a99adad..57c3cb724060bba841157cc0f9df988158102047 100644
--- a/dumux/freeflow/rans/twoeq/kepsilon/problem.hh
+++ b/dumux/freeflow/rans/twoeq/kepsilon/problem.hh
@@ -325,6 +325,7 @@ public:
                                       const SubControlVolumeFace& scvf,
                                       const SubControlVolumeFace& localSubFace) const
     {
+        using std::abs;
         unsigned int elementID = asImp_().fvGridGeometry().elementMapper().index(element);
         return FacePrimaryVariables(asImp_().tangentialMomentumWallFunction(elementID, abs(elemFaceVars[scvf].velocitySelf()))
                                     * elemVolVars[scvf.insideScvIdx()].density());
@@ -380,6 +381,7 @@ public:
                                                      const ElementFaceVariables& elemFaceVars,
                                                      const SubControlVolumeFace& scvf) const
     {
+        using std::log;
         auto wallFunctionFlux = CellCenterPrimaryVariables(0.0);
         unsigned int elementID = asImp_().fvGridGeometry().elementMapper().index(element);
 
@@ -414,6 +416,7 @@ public:
                                                   const ElementFaceVariables& elemFaceVars,
                                                   const SubControlVolumeFace& scvf) const
     {
+        using std::log;
         auto wallFunctionFlux = CellCenterPrimaryVariables(0.0);
         unsigned int elementID = asImp_().fvGridGeometry().elementMapper().index(element);
         // energy fluxes