[clutter] osx/stage: Fix compilation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter] osx/stage: Fix compilation
- Date: Fri, 4 Nov 2011 12:04:16 +0000 (UTC)
commit e0bfdbfeba82a77d0960f62957b3515792cefc90
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Nov 4 12:03:13 2011 +0000
osx/stage: Fix compilation
We need to include clutter-stage-window.h.
clutter/osx/clutter-stage-osx.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/clutter/osx/clutter-stage-osx.h b/clutter/osx/clutter-stage-osx.h
index 45943d1..6c4bad7 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 <clutter/clutter-stage.h>
#include <clutter/clutter-backend.h>
+#include <clutter/clutter-stage.h>
+#include <clutter/clutter-stage-window.h>
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]