diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 7e35db9dac4d3f9d5d85e9e17b4700a1fad42a7c..3e72dfab0b55077e3cc9fbb4f4cb61d3742b23f6 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 d75fa65a0884e8addef1a62b680d3419e80b0791..69b316143180714b4abc73d2e158da15eb835a6a 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 339c3b4682b3a76d27d604688209cf231f639587..97ea38c51b9ab7813a7fece9979216a6fb7d6449 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"