abg-reporter.h: add missing includes / using declarations
[platform/upstream/libabigail.git] / include / abg-reporter.h
index 55cb8cc..f11e84d 100644 (file)
 #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;