diff --git a/examples/mandelbrot/mandelbrot.cpp b/examples/mandelbrot/mandelbrot.cpp index fafc00d0..44ed508b 100644 --- a/examples/mandelbrot/mandelbrot.cpp +++ b/examples/mandelbrot/mandelbrot.cpp @@ -43,6 +43,7 @@ #include "../timing.h" #include "mandelbrot_ispc.h" #include +#include using namespace ispc; extern void mandelbrot_serial(float x0, float y0, float x1, float y1,