Merge pull request #914 from hansbogert/master

Added cstdlib include
This commit is contained in:
Dmitry Babokin
2014-12-01 18:43:28 +03:00

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,