aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/platform
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/platform')
-rw-r--r--include/cru/common/platform/osx/Convert.hpp2
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);