diff options
-rw-r--r-- | WebCore/page/PrintContext.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/page/PrintContext.cpp b/WebCore/page/PrintContext.cpp index 4ab7367..28c52bd 100644 --- a/WebCore/page/PrintContext.cpp +++ b/WebCore/page/PrintContext.cpp @@ -26,6 +26,7 @@ #include "FrameView.h" #include "RenderLayer.h" #include "RenderView.h" +#include <wtf/text/CString.h> using namespace WebCore; |