diff --git a/Home.md b/Home.md index 87339d2..0019b8f 100644 --- a/Home.md +++ b/Home.md @@ -126,9 +126,10 @@ With GCC, the SAL annotation preprocessor symbols can conflict with the GNU impl ``` #include #include -#include // C++20 header #include +#include // C++20 header + #include ```