Change include to import (#912)

This commit is contained in:
Matt W 2022-10-24 11:56:02 -04:00 committed by GitHub
parent 37644acd01
commit 2df7e91c87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#ifndef SANTA__SANTAD__LOGS_ENDPOINTSECURITY_WRITERS_SPOOL_H
#define SANTA__SANTAD__LOGS_ENDPOINTSECURITY_WRITERS_SPOOL_H
#include <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
#include <dispatch/dispatch.h>
#include <memory>