From 63104db02c172113d7e2d7980911f6c229e2a488 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Wed, 17 Mar 2021 11:40:04 +0300 Subject: [PATCH] Added a missing include in test. --- test/normalized_argument_types.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/normalized_argument_types.cpp b/test/normalized_argument_types.cpp index 7685da9..5a7266f 100644 --- a/test/normalized_argument_types.cpp +++ b/test/normalized_argument_types.cpp @@ -4,6 +4,7 @@ // http://www.boost.org/LICENSE_1_0.txt) #include +#include #if (BOOST_PARAMETER_MAX_ARITY < 2) #error Define BOOST_PARAMETER_MAX_ARITY as 2 or greater.