aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-05-07 19:50:58 +0800
committercrupest <crupest@outlook.com>2022-05-07 19:50:58 +0800
commitcb850a6d6d13fc5b2c0cdd8773e368e23252c459 (patch)
treea7cef6c60f55e3870900016e0f1a4efe578efbf0 /src/common
parent6e2615f632219e9e2ea2b1bf582105d8ad1f77d6 (diff)
downloadcru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.tar.gz
cru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.tar.bz2
cru-cb850a6d6d13fc5b2c0cdd8773e368e23252c459.zip
...
Diffstat (limited to 'src/common')
-rw-r--r--src/common/String.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/String.cpp b/src/common/String.cpp
index bb31b987..cac807b0 100644
--- a/src/common/String.cpp
+++ b/src/common/String.cpp
@@ -1,14 +1,15 @@
#include "cru/common/String.h"
-#include <double-conversion/double-conversion.h>
-#include <double-conversion/string-to-double.h>
+
#include "cru/common/Exception.h"
#include "cru/common/StringToNumberConverter.h"
#include "cru/common/StringUtil.h"
-#include <cmath>
+#include <double-conversion/double-conversion.h>
+#include <double-conversion/string-to-double.h>
#include <gsl/gsl>
#include <algorithm>
+#include <cmath>
#include <cstring>
#include <functional>
#include <string_view>