diff --git a/examples/mandelbrot_tasks/mandelbrot.cpp b/examples/mandelbrot_tasks/mandelbrot.cpp index 2de7affd..ce052f6a 100644 --- a/examples/mandelbrot_tasks/mandelbrot.cpp +++ b/examples/mandelbrot_tasks/mandelbrot.cpp @@ -40,6 +40,7 @@ #include #include +#include #include "../timing.h" #include "../cpuid.h" #include "mandelbrot_ispc.h"