diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-08-16 14:54:18 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-08-16 14:55:55 (GMT) |
commit | 00a26ca1c2d3f753599d5608b18726996beeb4b1 (patch) | |
tree | 261f166c5c58e4eb0d0faa442e88317d71ced6ba /Swiften/EventLoop/Cocoa | |
parent | e3f01043d60e745620a63fb785dd0d4674ec9370 (diff) | |
download | swift-contrib-00a26ca1c2d3f753599d5608b18726996beeb4b1.zip swift-contrib-00a26ca1c2d3f753599d5608b18726996beeb4b1.tar.bz2 |
Some build system fixes.
Diffstat (limited to 'Swiften/EventLoop/Cocoa')
-rw-r--r-- | Swiften/EventLoop/Cocoa/CocoaEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/EventLoop/Cocoa/CocoaEvent.h b/Swiften/EventLoop/Cocoa/CocoaEvent.h index b3c3661..bede7ff 100644 --- a/Swiften/EventLoop/Cocoa/CocoaEvent.h +++ b/Swiften/EventLoop/Cocoa/CocoaEvent.h @@ -6,7 +6,7 @@ #pragma once -#include <Cocoa/Cocoa.h> +#include <Foundation/Foundation.h> namespace Swift { class Event; |