1
0
Fork 0

osx/stage: Fix compilation

We need to include clutter-stage-window.h.
This commit is contained in:
Emmanuele Bassi 2011-11-04 12:03:13 +00:00
parent 6f8f8295c0
commit e0bfdbfeba

View file

@ -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>