log.hpp doesn't use operator<<. Why add a dependency on ostream?

This commit is contained in:
Guillaume Melquiond 2005-03-24 07:41:00 +00:00
parent 8a0cc563ce
commit 4044624467
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#define LOG_HPP_INCLUDED
#include <iosfwd>
#include <ostream>
#include <string>
namespace lg {

View File

@ -7,6 +7,7 @@
#include "scoped_resource.hpp"
#include "serialization/string_utils.hpp"
#include <ostream>
#include <string>
#include <vector>