diff options
author | crupest <crupest@outlook.com> | 2022-01-20 22:25:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-20 22:25:16 +0800 |
commit | b68d2027fe7505c14899db9fa1496b5ace09e25f (patch) | |
tree | 8361112fdf5a245794070ae8d58279c4b91cc54b /include/cru/common/Format.hpp | |
parent | 3c3a08a02a0f8fc56dc2da3374f025d4fdaf62c5 (diff) | |
download | cru-b68d2027fe7505c14899db9fa1496b5ace09e25f.tar.gz cru-b68d2027fe7505c14899db9fa1496b5ace09e25f.tar.bz2 cru-b68d2027fe7505c14899db9fa1496b5ace09e25f.zip |
...
Diffstat (limited to 'include/cru/common/Format.hpp')
-rw-r--r-- | include/cru/common/Format.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/common/Format.hpp b/include/cru/common/Format.hpp index c2fd2e09..1ad71262 100644 --- a/include/cru/common/Format.hpp +++ b/include/cru/common/Format.hpp @@ -2,7 +2,8 @@ #include "Exception.hpp" #include "String.hpp" -#include "cru/common/Base.hpp" + +#include <charconv> namespace cru { inline String ToString(bool value) { |