blueloveTH 2 år sedan
förälder
incheckning
f8490cbf4e
1 ändrade filer med 4 tillägg och 2 borttagningar
  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>