From b3749e4d954debe0b442f98ba62703d739d11eda Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Sun, 14 Jun 2015 07:19:21 -0700 Subject: [PATCH] Fix MSVC link --- beast/module/core/core.unity.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/beast/module/core/core.unity.cpp b/beast/module/core/core.unity.cpp index 4bb04f390d..6aabe3a89a 100644 --- a/beast/module/core/core.unity.cpp +++ b/beast/module/core/core.unity.cpp @@ -176,6 +176,7 @@ #elif BEAST_WINDOWS #include #include +#include #elif BEAST_LINUX #include