test includes changed to increase the coverage of library include problems

[SVN r22582]
This commit is contained in:
Pavol Droba
2004-04-02 16:56:25 +00:00
parent ab8ae73bbd
commit 52d529be56
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@
#include <vector>
#include <iostream>
#include <boost/regex.hpp>
#include <boost/algorithm/string/sequence_traits.hpp>
#include <boost/algorithm/string/regex.hpp>
#include <boost/test/test_tools.hpp>

View File

@ -15,10 +15,10 @@
#include <list>
#include <iostream>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/erase.hpp>
#include <boost/algorithm/string/std/list_traits.hpp>
#include <boost/algorithm/string/std/string_traits.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/erase.hpp>
// equals predicate is used for result comparison
#include <boost/algorithm/string/predicate.hpp>