diff options
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp index 4fdaf992c64..8e5e7c30e1e 100644 --- a/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp +++ b/libcxx/test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp @@ -17,6 +17,8 @@ #include "counting_predicates.hpp" +#include "test_macros.h" + bool is5 ( int i ) { return i == 5; } template <typename T> |