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>
This commit is contained in:
Theophile Ranquet
2012-10-03 15:26:56 +00:00
committed by Akim Demaille
parent ddbd0c40dc
commit 90b1335aed
2 changed files with 4 additions and 2 deletions

View File

@@ -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[