]> git.lyx.org Git - features.git/commitdiff
endl needs ostream header here.
authorPavel Sanda <sanda@lyx.org>
Tue, 14 Jan 2020 20:59:05 +0000 (21:59 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:51 +0000 (15:48 +0200)
src/boost.cpp

index ce1fb27abdc8d1ecc99a08626b5aa7e646c67bc5..646d4e4dfb3960c48e6ad6bf1be816fbba611a2d 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <exception>
 #include <iomanip>
+#include <ostream>
 
 using namespace std;
 using lyx::lyxerr;