From da362a6a59a7d2bd2bb922a0daa782202f9623e2 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Sat, 6 Jun 2020 13:05:43 -0400 Subject: [PATCH] Need this for std::endl now, according to Eugene --- src/support/os_win32.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/support/os_win32.cpp b/src/support/os_win32.cpp index 82e57d2eb6..e4f9ebd0fc 100644 --- a/src/support/os_win32.cpp +++ b/src/support/os_win32.cpp @@ -32,6 +32,7 @@ #include "support/lassert.h" #include +#include #include #include -- 2.39.2