missing 'using' directives for join_if and join_if_regex added

missing #include <boost/algorithm/string/join.hpp> added to string_algo.hpp


[SVN r34122]
This commit is contained in:
Pavol Droba
2006-05-30 19:13:08 +00:00
parent d9bc7e800b
commit 8af639b7cf
2 changed files with 10 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include <boost/algorithm/string/predicate.hpp>
#include <boost/algorithm/string/find.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/erase.hpp>
#include <boost/algorithm/string/classification.hpp>