aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-26 15:39:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-26 15:39:56 +0200
commit5da0c514e9892232e9089146c2c382dcf9c3bb31 (patch)
tree5fa674ecb51ae0c1c1857be1bbbff40c58a779f1
parent4d8940128c5ddaaee98fef41b777c9c3a2252c8f (diff)
Fix include directive
-rw-r--r--cutl/fs/path.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 45a7891..59fd14b 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -6,7 +6,7 @@
#define CUTL_FS_PATH_HXX
#include <string>
-#include <iosfwd>
+#include <ostream>
#include <cutl/exception.hxx>