diff options
Diffstat (limited to 'WebCore/platform/graphics/win/IntRectWin.cpp')
-rw-r--r-- | WebCore/platform/graphics/win/IntRectWin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/win/IntRectWin.cpp b/WebCore/platform/graphics/win/IntRectWin.cpp index 6228be8..fe25a7f 100644 --- a/WebCore/platform/graphics/win/IntRectWin.cpp +++ b/WebCore/platform/graphics/win/IntRectWin.cpp @@ -1,3 +1,4 @@ + /* * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. * @@ -23,6 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" #include "IntRect.h" #include <windows.h> |