From: Pavel Sanda Date: Tue, 14 Jan 2020 20:59:05 +0000 (+0100) Subject: endl needs ostream header here. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=adb0ca58a84a2d11c6f540139779449e013ef893;p=features.git endl needs ostream header here. --- diff --git a/src/boost.cpp b/src/boost.cpp index ce1fb27abd..646d4e4dfb 100644 --- a/src/boost.cpp +++ b/src/boost.cpp @@ -18,6 +18,7 @@ #include #include +#include using namespace std; using lyx::lyxerr;