From 4afe61824cdc4e044014e527cda2e10f535c3848 Mon Sep 17 00:00:00 2001
From: Ansgar Philippsen <ansgar.philippsen@gmail.com>
Date: Fri, 22 Jun 2012 17:30:12 -0400
Subject: [PATCH] fixed compile error for USE_SHADER=ON

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

diff --git a/modules/gfx/src/impl/fast_spheres.cc b/modules/gfx/src/impl/fast_spheres.cc
index e2014f365..af8745b6d 100644
--- a/modules/gfx/src/impl/fast_spheres.cc
+++ b/modules/gfx/src/impl/fast_spheres.cc
@@ -21,6 +21,7 @@
   Author: Ansgar Philippsen
 */
 
+#include <ost/config.hh>
 #if OST_SHADER_SUPPORT_ENABLED
 #include <ost/gfx/shader.hh>
 #endif
-- 
GitLab