diff options
Diffstat (limited to 'WebCore/html/ImageData.h')
-rw-r--r-- | WebCore/html/ImageData.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/html/ImageData.h b/WebCore/html/ImageData.h index 21af1f9..fe79f66 100644 --- a/WebCore/html/ImageData.h +++ b/WebCore/html/ImageData.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008 Apple Inc. All rights reserved. + * Copyright (C) 2008, 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,6 +31,7 @@ #include "CanvasPixelArray.h" #include <wtf/RefCounted.h> +#include <wtf/RefPtr.h> namespace WebCore { |