diff options
Diffstat (limited to 'libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp b/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp index d36fcdcc206..d1d8b28f4c9 100644 --- a/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp +++ b/libcxx/test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp @@ -19,6 +19,7 @@ // std::array is explicitly allowed to be initialized with A a = { init-list };. // Disable the missing braces warning for this reason. +#include "test_macros.h" #include "disable_missing_braces_warning.h" int main(int, char**) |