diff options
author | crupest <crupest@outlook.com> | 2023-12-16 21:05:42 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-12-16 21:05:42 +0800 |
commit | c9555b5649bd1e886f96276eb392d65fffe2eb47 (patch) | |
tree | 1adcb8efb151379c3c51c226a460a5adf01b581a /include/cru/common/Format.h | |
parent | 8f7505d7fd35058870a4a937ca9670e383778dca (diff) | |
download | cru-c9555b5649bd1e886f96276eb392d65fffe2eb47.tar.gz cru-c9555b5649bd1e886f96276eb392d65fffe2eb47.tar.bz2 cru-c9555b5649bd1e886f96276eb392d65fffe2eb47.zip |
Bootstrap subprocess.
Diffstat (limited to 'include/cru/common/Format.h')
-rw-r--r-- | include/cru/common/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/Format.h b/include/cru/common/Format.h index a15e7ce7..e6935343 100644 --- a/include/cru/common/Format.h +++ b/include/cru/common/Format.h @@ -1,9 +1,9 @@ #pragma once -#include <double-conversion/double-conversion.h> #include "Exception.h" #include "String.h" +#include <double-conversion/double-conversion.h> #include <charconv> namespace cru { |