Bläddra i källkod

Fix build on newest MSVC

Ivan Savenko 7 månader sedan
förälder
incheckning
c60954932d
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      Global.h

+ 2 - 1
Global.h

@@ -116,11 +116,12 @@ static_assert(sizeof(bool) == 1, "Bool needs to be 1 byte in size.");
 #include <atomic>
 #include <bitset>
 #include <cassert>
+#include <chrono>
 #include <climits>
 #include <cmath>
 #include <codecvt>
-#include <cstdlib>
 #include <cstdio>
+#include <cstdlib>
 #include <fstream>
 #include <functional>
 #include <iomanip>