We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8111b51 commit a478827Copy full SHA for a478827
src/utilities.hpp
@@ -9,13 +9,13 @@
9
#pragma warning(disable:6386)
10
#include <cmath>
11
#include <vector>
12
+#include <string>
13
#ifdef UTILITIES_REGEX
14
#include <regex> // contains <string>, <vector>, <algorithm> and others
-#else // UTILITIES_REGEX
15
-#include <string>
16
#endif // UTILITIES_REGEX
17
#include <iostream>
18
-#include <thread> // contains <chrono>
+#include <chrono>
+#include <thread>
19
#undef min
20
#undef max
21
using std::string;
0 commit comments