aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/char_to_key_code.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/char_to_key_code.m b/lib/char_to_key_code.m
index b4fcdec..d250648 100644
--- a/lib/char_to_key_code.m
+++ b/lib/char_to_key_code.m
@@ -1,3 +1,5 @@
+#import <Carbon/Carbon.h>
+
// Théo Winterhalter
// https://stackoverflow.com/users/1275975/th%c3%a9o-winterhalter
// https://stackoverflow.com/questions/1918841/how-to-convert-ascii-character-to-cgkeycode/33584460#33584460