summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 16:32:05 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-18 16:33:14 -0400
commitae871bd0661c472a0c3ad231fc3623535bcfba2d (patch)
treeb661302f6cbd012d8fdaa7cacefa4332b85596c0
parentd3d377426244621d5cc9274ee8ecb3a8f178c7f9 (diff)
downloadphosphor-debug-collector-ae871bd0661c472a0c3ad231fc3623535bcfba2d.tar.gz
phosphor-debug-collector-ae871bd0661c472a0c3ad231fc3623535bcfba2d.zip
internal: Add missing Manager forward declaration
This allows us to not depend on specific include ordering. Change-Id: I4d2a552eb4b4d5dcf0aaf9ad9be3b86265ca469a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--dump_internal.hpp2
1 files changed, 2 insertions, 0 deletions
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
{
OpenPOWER on IntegriCloud