summarylogtreecommitdiffstats
path: root/Utilities.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities.patch')
-rw-r--r--Utilities.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/Utilities.patch b/Utilities.patch
new file mode 100644
index 000000000000..adde758a2356
--- /dev/null
+++ b/Utilities.patch
@@ -0,0 +1,10 @@
+--- Utilities.hpp.orig 2016-04-15 10:47:13.031387314 +0200
++++ Utilities.hpp 2016-04-15 10:47:26.417272828 +0200
+@@ -24,6 +24,7 @@
+ #include <string>
+ #include <sys/time.h>
+ #include <vector>
++#include <limits.h>
+
+ typedef unsigned char BYTE;
+ const char DIR_SEPARATOR_CHAR = '/';