summaryrefslogtreecommitdiff
path: root/data/location.cc
diff options
context:
space:
mode:
authorTheophile Ranquet <theophile.ranquet@gmail.com>2012-10-03 15:26:56 +0000
committerAkim Demaille <akim@lrde.epita.fr>2012-10-22 12:16:28 +0200
commit90b1335aed1edcbead0b50446b85c9a32d7c295f (patch)
tree647d06c236478396e94df1d153ae30b8130c51b4 /data/location.cc
parentddbd0c40dc1c2399d2a0c961d8ecf07c8a698024 (diff)
downloadbison-90b1335aed1edcbead0b50446b85c9a32d7c295f.tar.gz
maint: fix an erroneous include
This fixes test 130 (Several parsers). * data/location.cc: Include <iostream> rather than <iosfwd> since we really need << on strings for instance. * NEWS: Document this. Signed-off-by: Akim Demaille <akim@lrde.epita.fr>
Diffstat (limited to 'data/location.cc')
-rw-r--r--data/location.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/location.cc b/data/location.cc
index b7383d65..0673f4c2 100644
--- a/data/location.cc
+++ b/data/location.cc
@@ -30,7 +30,7 @@ b4_copyright([Positions for Bison parsers in C++],
]b4_cpp_guard_open([b4_dir_prefix[]position.hh])[
# include <algorithm> // std::max
-# include <iosfwd>
+# include <iostream>
# include <string>
]b4_null_define[