]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathRow.cpp
Compilation fix: missing header for std::max
[features.git] / 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;