diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:07:58 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 01:07:58 +0100 |
commit | 4c213b2485b427de0cfd32c71248d33c1454e926 (patch) | |
tree | 5ebd92e070f825f265e17a1e1113ce2c07bb2e4c /src/cmd_line.cpp | |
parent | workflows/ci: actualize runner OSes (diff) | |
download | winapi-common-4c213b2485b427de0cfd32c71248d33c1454e926.tar.gz winapi-common-4c213b2485b427de0cfd32c71248d33c1454e926.zip |
fix formatting
Diffstat (limited to '')
-rw-r--r-- | src/cmd_line.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_line.cpp b/src/cmd_line.cpp index 4c8afb0..dd33bb4 100644 --- a/src/cmd_line.cpp +++ b/src/cmd_line.cpp @@ -17,9 +17,9 @@ #include <cstddef> #include <memory> +#include <sstream> #include <stdexcept> #include <string> -#include <sstream> #include <utility> #include <vector> |