print: Cleanup std::cerr/cout with stdplus::print

This allow us to migrate to std::print once that is supported by gcc.

Change-Id: I9b4157acca3e75903046377d030e4ac4f5232ffb
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/src/meson.build b/src/meson.build
index 877ef83..0e20dcd 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -3,6 +3,7 @@
   dependencies: [
     dependency('phosphor-ipmi-blobs'),
     dependency('phosphor-logging'),
+    dependency('stdplus'),
     binaryblobproto_dep,
   ])