From 7a2daa54c0038d27fe49d642488712bb16340bd6 Mon Sep 17 00:00:00 2001
From: Ansgar Philippsen <ansgar.philippsen@gmail.com>
Date: Tue, 19 Jun 2012 20:12:40 -0400
Subject: [PATCH] fix to previous commit

---
 modules/gfx/src/impl/fast_spheres.cc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/gfx/src/impl/fast_spheres.cc b/modules/gfx/src/impl/fast_spheres.cc
index 2e4c2056a..e2014f365 100644
--- a/modules/gfx/src/impl/fast_spheres.cc
+++ b/modules/gfx/src/impl/fast_spheres.cc
@@ -17,7 +17,13 @@
 // 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 //------------------------------------------------------------------------------
 
+/*
+  Author: Ansgar Philippsen
+*/
+
+#if OST_SHADER_SUPPORT_ENABLED
 #include <ost/gfx/shader.hh>
+#endif
 #include <ost/gfx/scene.hh>
 
 #include "fast_spheres.hh"
-- 
GitLab