mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15150 from mogemimi/fix-incorrect-header-include
Fix compile error on case-sensitive filesystems
This commit is contained in:
commit
93b7e4396b
|
@ -25,7 +25,7 @@
|
|||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
#include "../UIEditboxImpl-mac.h"
|
||||
#include "../UIEditBoxImpl-mac.h"
|
||||
#include "CCUITextInput.h"
|
||||
|
||||
#pragma mark - UIEditBox mac implementation
|
||||
|
|
Loading…
Reference in New Issue