mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Compilation fix: missing header for std::max
This commit is contained in:
parent
b541692823
commit
ace5dc157c
@ -28,6 +28,7 @@
|
||||
#include "support/docstring.h"
|
||||
#include "support/lassert.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user