From 460ecf074d133cbe026cbddb7cf5fad1180c9831 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:17:20 +0200 Subject: Set loop/wakeup/ostream either via .config or via app/commandline --- include/object/outputstream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/object/outputstream.h') diff --git a/include/object/outputstream.h b/include/object/outputstream.h index 97887e9..6d25797 100644 --- a/include/object/outputstream.h +++ b/include/object/outputstream.h @@ -7,7 +7,7 @@ #define OUTPUTSTREAM_H #include -#ifdef WITH_OSTREAM +#ifdef CONFIG_ostream #include #endif @@ -47,7 +47,7 @@ class OutputStream { OutputStream & operator<<(double number); OutputStream & operator<<(OutputStream & (*fun) (OutputStream &)); -#ifdef WITH_OSTREAM +#ifdef CONFIG_ostream OutputStream & operator<<(std::string s); #endif -- cgit v1.2.3