diff options
Diffstat (limited to 'dwarflint/locus.cc')
| -rw-r--r-- | dwarflint/locus.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwarflint/locus.cc b/dwarflint/locus.cc index 19efd1a6..553e7d8b 100644 --- a/dwarflint/locus.cc +++ b/dwarflint/locus.cc @@ -26,6 +26,14 @@ #include "locus.hh" #include "section_id.hh" #include <sstream> +#include <iostream> + +std::ostream & +operator << (std::ostream &os, locus const &loc) +{ + os << loc.format (); + return os; +} char const * locus_simple_fmt::offset_n () |
