This commit is contained in:
		| @@ -3,8 +3,8 @@ | |||||||
|  |  | ||||||
| #include <chrono> | #include <chrono> | ||||||
| #include <cstdint> | #include <cstdint> | ||||||
| #include <random> |  | ||||||
| #include <pcg_random.hpp> | #include <pcg_random.hpp> | ||||||
|  | #include <random> | ||||||
| #include "Ensure.hpp" | #include "Ensure.hpp" | ||||||
|  |  | ||||||
| namespace ArbUt { | namespace ArbUt { | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| #ifdef TESTS_BUILD | #ifdef TESTS_BUILD | ||||||
|  | #include <doctest.h> | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <vector> | #include <vector> | ||||||
| #include <doctest.h> |  | ||||||
| #include "../src/Enum.hpp" | #include "../src/Enum.hpp" | ||||||
| #include "../src/MacroUtils.hpp" | #include "../src/MacroUtils.hpp" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,10 +1,9 @@ | |||||||
| #ifdef TESTS_BUILD | #ifdef TESTS_BUILD | ||||||
| #include <cstring> | #include <cstring> | ||||||
| #include <sstream> | #include <doctest.h> | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <string> | #include <string> | ||||||
| #include <unordered_map> | #include <unordered_map> | ||||||
| #include <doctest.h> |  | ||||||
| #include "../src/String/BasicStringView.hpp" | #include "../src/String/BasicStringView.hpp" | ||||||
| #include "../src/String/StringView.hpp" | #include "../src/String/StringView.hpp" | ||||||
| #include "../src/String/StringViewLiteral.hpp" | #include "../src/String/StringViewLiteral.hpp" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user