diff options
Diffstat (limited to 'libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp b/libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp index c7a4cb8df38..22bf6579914 100644 --- a/libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp +++ b/libcxx/test/std/containers/sequences/array/array.swap/swap.pass.cpp @@ -14,6 +14,8 @@ #include <array> #include <cassert> +#include "../suppress_array_warnings.h" + int main() { { |