Added a missing include in test.

This commit is contained in:
Andrey Semashev
2021-03-17 11:40:04 +03:00
parent 8f1405b880
commit 63104db02c

View File

@@ -4,6 +4,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/parameter/config.hpp>
#include <cstddef>
#if (BOOST_PARAMETER_MAX_ARITY < 2)
#error Define BOOST_PARAMETER_MAX_ARITY as 2 or greater.