From ae871bd0661c472a0c3ad231fc3623535bcfba2d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Thu, 18 Oct 2018 16:32:05 -0400 Subject: internal: Add missing Manager forward declaration This allows us to not depend on specific include ordering. Change-Id: I4d2a552eb4b4d5dcf0aaf9ad9be3b86265ca469a Signed-off-by: Brad Bishop --- dump_internal.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dump_internal.hpp b/dump_internal.hpp index d13ae24..6ef0fa0 100644 --- a/dump_internal.hpp +++ b/dump_internal.hpp @@ -9,6 +9,8 @@ namespace phosphor { namespace dump { + +class Manager; namespace internal { -- cgit v1.2.1