diff --git a/README.md b/README.md index e50b23f..a9ab409 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Moreover, in each case, you can provide either some string type for the file's p #include #include #include +// #include if using single header #include int main() @@ -78,6 +79,7 @@ for functions where character strings are expected (e.g. path parameters). ```c++ #include +// #include if using single header #include // for std::error_code #include // for std::printf #include