diff options
Diffstat (limited to 'intl/locale/mac/OSPreferences_mac.cpp')
-rw-r--r-- | intl/locale/mac/OSPreferences_mac.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/locale/mac/OSPreferences_mac.cpp b/intl/locale/mac/OSPreferences_mac.cpp index f8cd910b40..ddd0a41e03 100644 --- a/intl/locale/mac/OSPreferences_mac.cpp +++ b/intl/locale/mac/OSPreferences_mac.cpp @@ -6,7 +6,8 @@ #include "OSPreferences.h" #include "mozilla/intl/LocaleService.h" -#include <Carbon/Carbon.h> +#include <CoreFoundation/CoreFoundation.h> +#include <CoreText/CoreText.h> using namespace mozilla::intl; |