diff options
Diffstat (limited to 'libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp b/libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp index 9c8d253fb92..d4cbf1e913f 100644 --- a/libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp +++ b/libcxx/test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp @@ -13,6 +13,8 @@ #include <queue> #include <cassert> +#include "test_macros.h" + int main(int, char**) { std::queue<int> q; |