| Index: Source/platform/fonts/mac/ComplexTextController.cpp
|
| diff --git a/Source/platform/fonts/mac/ComplexTextController.cpp b/Source/platform/fonts/mac/ComplexTextController.cpp
|
| index e325daebffd8559ea5653682f54aa138d3e9a9f8..f86d919200854d5e9f13c7a4270813b68c22e32c 100644
|
| --- a/Source/platform/fonts/mac/ComplexTextController.cpp
|
| +++ b/Source/platform/fonts/mac/ComplexTextController.cpp
|
| @@ -25,14 +25,15 @@
|
| #include "config.h"
|
| #include "platform/fonts/mac/ComplexTextController.h"
|
|
|
| -#include <ApplicationServices/ApplicationServices.h>
|
| #include "platform/fonts/Character.h"
|
| #include "platform/fonts/Font.h"
|
| +#include "platform/fonts/GlyphBuffer.h"
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "platform/text/TextRun.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/unicode/CharacterNames.h"
|
| +#include <ApplicationServices/ApplicationServices.h>
|
|
|
| using namespace std;
|
|
|
|
|