Skip to content

Commit 4584c4b

Browse files
committed
Fix build error (add forward Printer decl)
1 parent 2ecfa0c commit 4584c4b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • libraries/SysAPI/include/sys

libraries/SysAPI/include/sys/Cli.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#include "var/String.hpp"
77
#include "var/StringView.hpp"
88

9+
namespace printer {
10+
class Printer;
11+
}
12+
913
namespace sys {
1014

1115
class Cli : public api::ExecutionContext {

0 commit comments

Comments
 (0)