From ec650339809bb463c53c49ddb3e2088e12d56095 Mon Sep 17 00:00:00 2001 From: "darin@apple.com" Date: Sun, 15 Jun 2008 04:59:15 +0000 Subject: [PATCH] 2008-06-14 Darin Adler - more build fixing * platform/gtk/DragDataGtk.cpp: Added missing header. * platform/wx/DragDataWx.cpp: Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34554 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/ChangeLog | 7 +++++++ WebCore/platform/gtk/DragDataGtk.cpp | 1 + WebCore/platform/wx/DragDataWx.cpp | 4 +++- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 7e35db9dac4..3e72dfab0b5 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,10 @@ +2008-06-14 Darin Adler + + - more build fixing + + * platform/gtk/DragDataGtk.cpp: Added missing header. + * platform/wx/DragDataWx.cpp: Ditto. + 2008-06-14 Darin Adler Reviewed by Sam. diff --git a/WebCore/platform/gtk/DragDataGtk.cpp b/WebCore/platform/gtk/DragDataGtk.cpp index d75fa65a088..69b31614318 100644 --- a/WebCore/platform/gtk/DragDataGtk.cpp +++ b/WebCore/platform/gtk/DragDataGtk.cpp @@ -17,6 +17,7 @@ #include "config.h" #include "DragData.h" +#include "Clipboard.h" #include "Document.h" #include "DocumentFragment.h" diff --git a/WebCore/platform/wx/DragDataWx.cpp b/WebCore/platform/wx/DragDataWx.cpp index 339c3b4682b..97ea38c51b9 100644 --- a/WebCore/platform/wx/DragDataWx.cpp +++ b/WebCore/platform/wx/DragDataWx.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007 Apple Inc. All rights reserved. + * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -25,6 +25,8 @@ #include "config.h" #include "DragData.h" + +#include "Clipboard.h" #include "Document.h" #include "DocumentFragment.h" -- GitLab