Fixed missing include in glfw3native.h for Cocoa.

Fixes #240.
master
David Avedissian ago%!(EXTRA string=12 years) committed by Camilla Berglund
parent 2ec0acc972
commit 128e678815
  1. 1
      include/GLFW/glfw3native.h

@ -73,6 +73,7 @@ extern "C" {
#if defined(GLFW_EXPOSE_NATIVE_WIN32)
#include <windows.h>
#elif defined(GLFW_EXPOSE_NATIVE_COCOA)
#include <ApplicationServices/ApplicationServices.h>
#if defined(__OBJC__)
#import <Cocoa/Cocoa.h>
#else

Loading…
Cancel
Save