diff options
Diffstat (limited to 'test/support/MoveOnly.h')
-rw-r--r-- | test/support/MoveOnly.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/support/MoveOnly.h b/test/support/MoveOnly.h index ee6ae7c7e5f9e..a3e9cca89ee50 100644 --- a/test/support/MoveOnly.h +++ b/test/support/MoveOnly.h @@ -10,6 +10,8 @@ #ifndef MOVEONLY_H #define MOVEONLY_H +#include "test_macros.h" + #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES #include <cstddef> |