Fix Linux build of mandelbrot_tasks example

This commit is contained in:
Matt Pharr
2011-09-13 15:17:30 -07:00
parent 6734021520
commit 0c344b6755

View File

@@ -40,6 +40,7 @@
#include <stdio.h>
#include <algorithm>
#include <string.h>
#include "../timing.h"
#include "../cpuid.h"
#include "mandelbrot_ispc.h"