diff --git a/include/MacStd/Foundation.hpp b/include/MacStd/CoreFoundation.hpp similarity index 94% rename from include/MacStd/Foundation.hpp rename to include/MacStd/CoreFoundation.hpp index a2bab01..0648ded 100644 --- a/include/MacStd/Foundation.hpp +++ b/include/MacStd/CoreFoundation.hpp @@ -6,7 +6,7 @@ #pragma once #include "common.hpp" -#import +#include #include namespace macstd { @@ -38,4 +38,4 @@ namespace macstd { /// \sa [CFType](https://developer.apple.com/documentation/corefoundation/cftype) template using CFType = std::unique_ptr; -} \ No newline at end of file +}