diff options
Diffstat (limited to 'include/cru/common/platform/osx')
-rw-r--r-- | include/cru/common/platform/osx/Convert.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/common/platform/osx/Convert.hpp b/include/cru/common/platform/osx/Convert.hpp index a583e8da..a2d8beae 100644 --- a/include/cru/common/platform/osx/Convert.hpp +++ b/include/cru/common/platform/osx/Convert.hpp @@ -4,7 +4,7 @@ #include "../../String.hpp" -#include <CoreFoundation/CFString.h> +#include <CoreFoundation/CoreFoundation.h> namespace cru::platform::osx { CFStringRef Convert(const String& string); |