Commit 4ba677ab authored by eric@webkit.org's avatar eric@webkit.org

2010-01-27 George Wright <gwright@rim.com>

        Reviewed by Adam Treat.

        https://bugs.webkit.org/show_bug.cgi?id=34216

        Add missing include for wtf/Platform.h

        * DumpRenderTree/AccessibilityController.h:

git-svn-id: svn://svn.chromium.org/blink/trunk@53962 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 8fa45bff
2010-01-27 George Wright <gwright@rim.com>
Reviewed by Adam Treat.
https://bugs.webkit.org/show_bug.cgi?id=34216
Add missing include for wtf/Platform.h
* DumpRenderTree/AccessibilityController.h:
2010-01-27 Diego Gonzalez <diego.gonzalez@openbossa.org>
Reviewed by Kenneth Rohde Christiansen.
......
......@@ -27,6 +27,7 @@
#define AccessibilityController_h
#include <JavaScriptCore/JSObjectRef.h>
#include <wtf/Platform.h>
#if PLATFORM(WIN)
#include <windows.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment