Merge pull request #15150 from mogemimi/fix-incorrect-header-include

Fix compile error on case-sensitive filesystems
This commit is contained in:
zilongshanren 2016-03-03 15:53:38 +08:00
commit 93b7e4396b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <AppKit/AppKit.h> #import <AppKit/AppKit.h>
#include "../UIEditboxImpl-mac.h" #include "../UIEditBoxImpl-mac.h"
#include "CCUITextInput.h" #include "CCUITextInput.h"
#pragma mark - UIEditBox mac implementation #pragma mark - UIEditBox mac implementation