]> git.lyx.org Git - features.git/commitdiff
Compilation fix: missing header for std::max
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 7 Feb 2017 10:42:36 +0000 (11:42 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 7 Feb 2017 10:43:06 +0000 (11:43 +0100)
src/mathed/MathRow.cpp

index a49712744fc098bbf0cfc61ff999fe80dfaac509..e046add470e1e0da3ac58c673aaf59340d6f505e 100644 (file)
@@ -28,6 +28,7 @@
 #include "support/docstring.h"
 #include "support/lassert.h"
 
+#include <algorithm>
 #include <ostream>
 
 using namespace std;