Skip to content

Commit ec4fb8b

Browse files
committed
added missing import
1 parent 34c6d19 commit ec4fb8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ios/Input.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Input_Lite.h"
22
#include <ApplicationServices/ApplicationServices.h>
3+
#include <Carbon/Carbon.h>
34

45
namespace SL {
56
namespace Input_Lite {
@@ -214,7 +215,7 @@ namespace Input_Lite {
214215
return kVK_F1;
215216
case KeyCodes::KEY_F24:
216217
return kVK_F1;
217-
218+
218219
case KeyCodes::KEY_PrintScreen:
219220
return VK_SNAPSHOT;
220221
case KeyCodes::KEY_ScrollLock:

0 commit comments

Comments
 (0)