From 4bdd41c608b3b28f0d705d4cbad3e9620457435a Mon Sep 17 00:00:00 2001 From: Bradley Austin Davis Date: Mon, 27 Jul 2015 10:08:20 -0400 Subject: [PATCH] Working on ubuntu build --- libraries/gpu/src/gpu/GPUConfig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/gpu/src/gpu/GPUConfig.h b/libraries/gpu/src/gpu/GPUConfig.h index 2713f897e0..9cc9002d1e 100644 --- a/libraries/gpu/src/gpu/GPUConfig.h +++ b/libraries/gpu/src/gpu/GPUConfig.h @@ -37,10 +37,11 @@ #else +#include +#include + #define GPU_FEATURE_PROFILE GPU_CORE #define GPU_TRANSFORM_PROFILE GPU_CORE -#include -#include #endif