diff options
Diffstat (limited to 'WebCore/platform/wx/FileSystemWx.cpp')
-rw-r--r-- | WebCore/platform/wx/FileSystemWx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/wx/FileSystemWx.cpp b/WebCore/platform/wx/FileSystemWx.cpp index 50ac2ec..bfcaf88 100644 --- a/WebCore/platform/wx/FileSystemWx.cpp +++ b/WebCore/platform/wx/FileSystemWx.cpp @@ -30,9 +30,9 @@ #include "config.h" #include "FileSystem.h" -#include "CString.h" #include "NotImplemented.h" #include "PlatformString.h" +#include <wtf/text/CString.h> #include <wx/wx.h> #include <wx/datetime.h> |