blueloveTH 3 年之前
父節點
當前提交
f8490cbf4e
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/common.h

+ 4 - 2
src/common.h

@@ -8,13 +8,15 @@
 #define strdup _strdup
 #endif
 
+#include <cmath>
+#include <cstring>
+#include <cstdarg>
+
 #include <sstream>
 #include <regex>
-#include <cmath>
 #include <stdexcept>
 #include <vector>
 #include <string>
-#include <cstring>
 #include <chrono>
 #include <string_view>
 #include <iomanip>