diff options
Diffstat (limited to 'test/support/is_transparent.h')
-rw-r--r-- | test/support/is_transparent.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/support/is_transparent.h b/test/support/is_transparent.h index d76b00536b526..541689314b8bc 100644 --- a/test/support/is_transparent.h +++ b/test/support/is_transparent.h @@ -10,8 +10,10 @@ #ifndef TRANSPARENT_H #define TRANSPARENT_H +#include "test_macros.h" + // testing transparent -#if _LIBCPP_STD_VER > 11 +#if TEST_STD_VER > 11 struct transparent_less { |