Cycles: Fix compilation error on vanilla Ubuntu 16.10

Patch by @swerner, thanks!
This commit is contained in:
Sergey Sharybin 2017-02-27 15:22:51 +01:00
parent f1b21d5960
commit 5acac13eb4

@ -15,6 +15,7 @@
*/ */
#include <climits> #include <climits>
#include <limits.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>