From adb0ca58a84a2d11c6f540139779449e013ef893 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 14 Jan 2020 21:59:05 +0100 Subject: [PATCH] endl needs ostream header here. --- src/boost.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.5