commit | ae871bd0661c472a0c3ad231fc3623535bcfba2d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 18 16:32:05 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 18 16:33:14 2018 -0400 |
tree | b661302f6cbd012d8fdaa7cacefa4332b85596c0 | |
parent | d3d377426244621d5cc9274ee8ecb3a8f178c7f9 [diff] |
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>
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 dump { + +class Manager; namespace internal {