endl needs ostream header here.

(cherry picked from commit 8c4d6bbba6)
This commit is contained in:
Pavel Sanda 2020-01-14 21:59:05 +01:00 committed by Scott Kostyshak
parent dee5eec15f
commit 6b4c7c5e91

View File

@ -18,6 +18,7 @@
#include <exception>
#include <iomanip>
#include <ostream>
using namespace std;
using lyx::lyxerr;