From ace5dc157c394d1c60053a4de411409ce767f4bc Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 7 Feb 2017 11:42:36 +0100 Subject: [PATCH] Compilation fix: missing header for std::max --- src/mathed/MathRow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/MathRow.cpp b/src/mathed/MathRow.cpp index a49712744f..e046add470 100644 --- a/src/mathed/MathRow.cpp +++ b/src/mathed/MathRow.cpp @@ -28,6 +28,7 @@ #include "support/docstring.h" #include "support/lassert.h" +#include #include using namespace std;