We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9096d6c commit d2d5fc6Copy full SHA for d2d5fc6
4 files changed
core/community.cpp
@@ -49,6 +49,7 @@
49
#include <unordered_map>
50
#include <float.h>
51
#include <ctime>
52
+#include <limits>
53
54
#include "eidos_globals.h"
55
#if EIDOS_ROBIN_HOOD_HASHING
core/community_eidos.cpp
@@ -38,6 +38,7 @@
38
39
40
#include <unordered_set>
41
42
43
44
static std::string PrintBytes(size_t p_bytes)
core/interaction_type.cpp
@@ -32,6 +32,7 @@
32
#include <utility>
33
#include <algorithm>
34
#include <cmath>
35
36
37
#pragma mark -
eidos/eidos_test_functions_math.cpp
@@ -22,6 +22,8 @@
22
23
24
#include <limits>
25
+#include <algorithm>
26
+#include <vector>
27
28
29
#pragma mark math
0 commit comments