From e0bfdbfeba82a77d0960f62957b3515792cefc90 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 4 Nov 2011 12:03:13 +0000 Subject: [PATCH] osx/stage: Fix compilation We need to include clutter-stage-window.h. --- clutter/osx/clutter-stage-osx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clutter/osx/clutter-stage-osx.h b/clutter/osx/clutter-stage-osx.h index 45943d137..6c4bad7b2 100644 --- a/clutter/osx/clutter-stage-osx.h +++ b/clutter/osx/clutter-stage-osx.h @@ -22,8 +22,9 @@ #ifndef __CLUTTER_STAGE_OSX_H__ #define __CLUTTER_STAGE_OSX_H__ -#include #include +#include +#include #import #import