From: Matthias Maennich Date: Wed, 12 Jun 2019 14:29:29 +0000 (+0100) Subject: abg-reporter.h: add missing includes / using declarations X-Git-Tag: libabigail-1.7~80 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2651a3623a2976b42feb3573d4bc49ecdc7c5edf;p=libabigail.git abg-reporter.h: add missing includes / using declarations 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 --- diff --git a/include/abg-reporter.h b/include/abg-reporter.h index 55cb8cc7..f11e84d7 100644 --- a/include/abg-reporter.h +++ b/include/abg-reporter.h @@ -28,8 +28,16 @@ #ifndef __ABG_REPORTER_H__ #define __ABG_REPORTER_H__ +#include +#include +#include + namespace abigail { + +using std::ostream; +using std::tr1::shared_ptr; + namespace comparison { class diff;