Added cstdlib include

the atoi and other functions were not transitively included under clang/llvm3.5
This commit is contained in:
Hans van den Bogert
2014-12-01 14:09:13 +01:00
parent d18b85f8ca
commit d1b4ad6aca

View File

@@ -43,6 +43,7 @@
#include "../timing.h"
#include "mandelbrot_ispc.h"
#include <string.h>
#include <cstdlib>
using namespace ispc;
extern void mandelbrot_serial(float x0, float y0, float x1, float y1,