From 1d3a558b441a3ac46e5e02f5693d49a048dfe349 Mon Sep 17 00:00:00 2001 From: Daniel Nachbaur Date: Wed, 10 Feb 2016 17:10:38 +0100 Subject: [PATCH] Fix OSX 10.11 build --- eq/fabric/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eq/fabric/types.h b/eq/fabric/types.h index ff42ae0b98..eb6bfd9de1 100644 --- a/eq/fabric/types.h +++ b/eq/fabric/types.h @@ -47,6 +47,7 @@ class ConfigParams; class Equalizer; class Error; class ErrorRegistry; +class FrameData; class Frustum; class Pixel; class PixelViewport; @@ -64,7 +65,6 @@ struct CanvasPath; struct ChannelPath; struct DrawableConfig; struct Event; -struct FrameData; struct GPUInfo; struct KeyEvent; struct LayoutPath;