diff options
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp index 1987898393c..d41baa7833c 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp @@ -19,6 +19,8 @@ #include <functional> #include <type_traits> +#include "test_macros.h" + template <typename T, typename Result> void check() { |