From 1ad099291d7142b0fb0b7d08713d188b6d97d2a8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 13 Jun 2017 19:22:48 +0300 Subject: [PATCH] Add required #include --- test/std_interop_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/std_interop_test.cpp b/test/std_interop_test.cpp index 8264a69..44a97b9 100644 --- a/test/std_interop_test.cpp +++ b/test/std_interop_test.cpp @@ -12,6 +12,7 @@ # define _CRT_SECURE_NO_WARNINGS #include +#include #if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)