fix printing
All checks were successful
Linux arm64 / Build (push) Successful in 15s

This commit is contained in:
2025-03-04 12:23:59 +01:00
parent e8367cd91c
commit 81c9dbadd6
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
#include <sp/common/Reflection.h>
#include <sp/protocol/message/MessagePrinterImpl.h>
namespace sp {
/**
* \brief Prints a message in a human readable string
*/
@@ -17,3 +19,5 @@ std::ostream& operator<<(std::ostream& a_Stream, const sp::MessageBase<TBase, TO
<< "]";
return a_Stream;
}
} // namespace sp