In order to build this (external!) header file stand-alone, it required
some minor fixes. I.e. adding some includes and using declarations.
* include/abg-reporter.h: fix includes and using declarations
Signed-off-by: Matthias Maennich <maennich@google.com>
#ifndef __ABG_REPORTER_H__
#define __ABG_REPORTER_H__
+#include <ostream>
+#include <string>
+#include <tr1/memory>
+
namespace abigail
{
+
+using std::ostream;
+using std::tr1::shared_ptr;
+
namespace comparison
{
class diff;