summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/wx/PopupMenuWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/wx/PopupMenuWx.cpp')
-rw-r--r--Source/WebCore/platform/wx/PopupMenuWx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/wx/PopupMenuWx.cpp b/Source/WebCore/platform/wx/PopupMenuWx.cpp
index 514e19c54..f7a6324df 100644
--- a/Source/WebCore/platform/wx/PopupMenuWx.cpp
+++ b/Source/WebCore/platform/wx/PopupMenuWx.cpp
@@ -28,7 +28,7 @@
#include "FrameView.h"
#include "HostWindow.h"
#include "PopupMenuClient.h"
-#include "PlatformString.h"
+#include <wtf/text/WTFString.h>
#include <wx/defs.h>
#if __WXMSW__