diff -up ./WebCore/dom/Position.cpp.old ./WebCore/dom/Position.cpp --- ./WebCore/dom/Position.cpp.old 2008-02-16 19:13:45.000000000 -0800 +++ ./WebCore/dom/Position.cpp 2008-02-16 19:18:59.000000000 -0800 @@ -23,6 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include "config.h" #include "Position.h" diff -up ./WebCore/editing/SelectionController.cpp.old ./WebCore/editing/SelectionController.cpp --- ./WebCore/editing/SelectionController.cpp.old 2008-02-16 19:38:08.000000000 -0800 +++ ./WebCore/editing/SelectionController.cpp 2008-02-16 19:40:00.000000000 -0800 @@ -22,7 +22,8 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include "config.h" #include "SelectionController.h" diff -up ./WebCore/editing/Selection.cpp.old ./WebCore/editing/Selection.cpp --- ./WebCore/editing/Selection.cpp.old 2008-02-16 21:01:15.000000000 -0800 +++ ./WebCore/editing/Selection.cpp 2008-02-16 21:01:29.000000000 -0800 @@ -23,6 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #include "config.h" #include "Selection.h" diff -up ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp.old ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp --- ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp.old 2008-02-29 14:04:05.000000000 -0800 +++ ./WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp 2008-02-29 14:04:47.000000000 -0800 @@ -22,6 +22,7 @@ #include #include +#include // Returns a newly allocated UTF-8 character buffer which must be freed with g_free() static gchar* JSStringCopyUTF8CString(JSStringRef jsString)