diff options
author | crupest <crupest@outlook.com> | 2022-01-30 20:40:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-30 20:40:59 +0800 |
commit | c1f8ea13524f398f8d1720e5f03a17dd66352ebf (patch) | |
tree | 0e27ed132cd82d1a690aa9534df38beec0c77d45 /include/cru/common/platform/osx/Convert.hpp | |
parent | a6dd823a94f0e6338545a4885e9d428e83a56593 (diff) | |
download | cru-c1f8ea13524f398f8d1720e5f03a17dd66352ebf.tar.gz cru-c1f8ea13524f398f8d1720e5f03a17dd66352ebf.tar.bz2 cru-c1f8ea13524f398f8d1720e5f03a17dd66352ebf.zip |
...
Diffstat (limited to 'include/cru/common/platform/osx/Convert.hpp')
-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); |