From e425a15fd293e606c3a9a1d134dc49b05faae787 Mon Sep 17 00:00:00 2001 From: Raoul Gough Date: Tue, 28 Oct 2003 15:25:35 +0000 Subject: [PATCH] Include container-specific traits and algorithms header [SVN r20526] --- test/test_deque_ext.cpp | 2 +- test/test_indexing_const.cpp | 3 ++- test/test_list_ext.cpp | 3 +-- test/test_vector_ext.cpp | 5 ++--- test/test_vector_shared.cpp | 3 +-- test/testnonlinear.cpp | 4 ++-- 6 files changed, 9 insertions(+), 11 deletions(-) diff --git a/test/test_deque_ext.cpp b/test/test_deque_ext.cpp index cb23e901..eea6233d 100755 --- a/test/test_deque_ext.cpp +++ b/test/test_deque_ext.cpp @@ -1,4 +1,3 @@ -// // Module test_deque_ext.cpp // // Copyright (c) 2003 Raoul M. Gough @@ -18,6 +17,7 @@ #include #include +#include #include #include #include diff --git a/test/test_indexing_const.cpp b/test/test_indexing_const.cpp index e069a131..b5738149 100755 --- a/test/test_indexing_const.cpp +++ b/test/test_indexing_const.cpp @@ -17,7 +17,8 @@ #include "int_wrapper.hpp" #include -#include // for begin(), end() +#include // for begin(), end() +#include #include #include #include diff --git a/test/test_list_ext.cpp b/test/test_list_ext.cpp index 3c89b99b..518be94b 100755 --- a/test/test_list_ext.cpp +++ b/test/test_list_ext.cpp @@ -1,5 +1,3 @@ -// -*- mode:c++ -*- -// // Module test_list_ext.cpp // // Copyright (c) 2003 Raoul M. Gough @@ -18,6 +16,7 @@ #include "int_wrapper.hpp" #include +#include #include #include #include diff --git a/test/test_vector_ext.cpp b/test/test_vector_ext.cpp index 76ee657d..25db2d54 100755 --- a/test/test_vector_ext.cpp +++ b/test/test_vector_ext.cpp @@ -1,5 +1,3 @@ -// -*- mode:c++ -*- -// // Module test_vector_ext.cpp // // Copyright (c) 2003 Raoul M. Gough @@ -21,13 +19,14 @@ #include #include +#include #include #include #include #include #include -// More messiness from not having a separate int_wrapper.cpp file +// Some messiness from not having a separate int_wrapper.cpp file bool int_wrapper::our_trace_flag = true; unsigned int_wrapper::our_object_counter = 0; diff --git a/test/test_vector_shared.cpp b/test/test_vector_shared.cpp index 78da1b14..ec0adb86 100755 --- a/test/test_vector_shared.cpp +++ b/test/test_vector_shared.cpp @@ -1,5 +1,3 @@ -// -*- mode:c++ -*- -// // Module test_vector_shared_ext.cpp // // Copyright (c) 2003 Raoul M. Gough @@ -26,6 +24,7 @@ bool operator== (int_wrapper_holder const &, int_wrapper_holder const &); bool operator!= (int_wrapper_holder const &, int_wrapper_holder const &); #include +#include #include #include #include diff --git a/test/testnonlinear.cpp b/test/testnonlinear.cpp index 6fae792b..5866e08b 100755 --- a/test/testnonlinear.cpp +++ b/test/testnonlinear.cpp @@ -1,5 +1,3 @@ -// -*- mode:c++ -*- -// // Module testnonlinear.cpp // // Copyright (c) 2003 Raoul M. Gough @@ -17,6 +15,8 @@ #include "int_wrapper.hpp" #include +#include +#include #include #include #include