aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/Format.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-12-16 21:05:42 +0800
committercrupest <crupest@outlook.com>2023-12-16 21:05:42 +0800
commitc9555b5649bd1e886f96276eb392d65fffe2eb47 (patch)
tree1adcb8efb151379c3c51c226a460a5adf01b581a /include/cru/common/Format.h
parent8f7505d7fd35058870a4a937ca9670e383778dca (diff)
downloadcru-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.h2
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 {