diff --git a/Headers/Foundation/Foundation.h b/Headers/Foundation/Foundation.h index 8a4c948f2..1aa3b4a07 100644 --- a/Headers/Foundation/Foundation.h +++ b/Headers/Foundation/Foundation.h @@ -37,6 +37,7 @@ #import #import +#import #import #import #import diff --git a/Source/GNUmakefile b/Source/GNUmakefile index c74d54417..c4c324534 100644 --- a/Source/GNUmakefile +++ b/Source/GNUmakefile @@ -189,6 +189,7 @@ GSSocksParser/GSSocksParserPrivate.m \ GSSocksParser/GSSocks4Parser.m \ GSSocksParser/GSSocks5Parser.m \ NSAffineTransform.m \ +NSAppleScript.m \ NSArchiver.m \ NSArray.m \ NSAssertionHandler.m \ @@ -381,6 +382,7 @@ FOUNDATION_HEADERS = \ Foundation.h \ FoundationErrors.h \ NSAffineTransform.h \ +NSAppleScript.h \ NSArchiver.h \ NSArray.h \ NSAttributedString.h \