From e38520f3493a37d500adbca2704e1837bfdc488f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 17 Jun 2026 11:17:59 +0200 Subject: app: implement simple echo --- ttwhy/scoped_attributes.cppm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ttwhy/scoped_attributes.cppm') diff --git a/ttwhy/scoped_attributes.cppm b/ttwhy/scoped_attributes.cppm index 7c32ddf..b49dd18 100644 --- a/ttwhy/scoped_attributes.cppm +++ b/ttwhy/scoped_attributes.cppm @@ -1,9 +1,10 @@ module; -#include -#include #include #include + +#include +#include #include export module ttwhy:scoped_attributes; -- cgit v1.2.3