Mesa (master): clover: Build fix for FreeBSD.

Marek Olšák mareko at kemper.freedesktop.org
Tue May 26 09:46:46 UTC 2015


Module: Mesa
Branch: master
Commit: 967825d053f71c5f5fc3ba31eabc0c6004fde4f1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=967825d053f71c5f5fc3ba31eabc0c6004fde4f1

Author: Koop Mast <kwm at rainbow-runner.nl>
Date:   Tue May 26 10:24:40 2015 +0200

clover: Build fix for FreeBSD.

Cc: 10.6 10.5 <mesa-stable at lists.freedesktop.org>

---

 src/gallium/state_trackers/clover/core/error.hpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/state_trackers/clover/core/error.hpp b/src/gallium/state_trackers/clover/core/error.hpp
index eb65d62..780b973 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 <stdexcept>
+#include <string>
 
 namespace clover {
    class command_queue;




More information about the mesa-commit mailing list