Include ServiceManagement among precompiled headers

This is not required by any of the current sources, but it will be required, once we remove our use of AuthorizationExecuteWithPrivileges.
This commit is contained in:
Allan Odgaard
2021-03-25 08:28:22 +01:00
parent 3c611f00c9
commit dc60a74e59

View File

@@ -9,6 +9,7 @@
#import <CoreFoundation/CoreFoundation.h>
#import <CoreServices/CoreServices.h>
#import <Security/Security.h>
#import <ServiceManagement/ServiceManagement.h>
#import <SystemConfiguration/SystemConfiguration.h>
#import <libkern/OSAtomic.h>