From: Koop Mast Date: Tue, 26 May 2015 08:24:40 +0000 (+0200) Subject: clover: Build fix for FreeBSD. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=967825d053f71c5f5fc3ba31eabc0c6004fde4f1;p=mesa.git clover: Build fix for FreeBSD. Cc: 10.6 10.5 --- diff --git a/src/gallium/state_trackers/clover/core/error.hpp b/src/gallium/state_trackers/clover/core/error.hpp index eb65d629cdd..780b973383a 100644 --- a/src/gallium/state_trackers/clover/core/error.hpp +++ b/src/gallium/state_trackers/clover/core/error.hpp @@ -26,6 +26,7 @@ #include "CL/cl.h" #include +#include namespace clover { class command_queue;