From: Jean-Marc Lasgouttes Date: Tue, 7 Feb 2017 10:42:36 +0000 (+0100) Subject: Compilation fix: missing header for std::max X-Git-Tag: 2.3.0alpha1~381 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ace5dc157c394d1c60053a4de411409ce767f4bc;p=features.git Compilation fix: missing header for std::max --- 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;