Changeset 36800 in webkit


Ignore:
Timestamp:
Sep 23, 2008 12:23:14 AM (16 years ago)
Author:
eric@webkit.org
Message:

No review, build fix only.

Another blind stab in the dark.

  • svg/graphics/cg/SVGResourceClipperCg.cpp: Add missing header.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r36799 r36800  
     12008-09-23  Eric Seidel  <eric@webkit.org>
     2
     3        No review, build fix only.
     4
     5        Another blind stab in the dark.
     6
     7        * svg/graphics/cg/SVGResourceClipperCg.cpp: Add missing header.
     8
    192008-09-23  Eric Seidel  <eric@webkit.org>
    210
  • trunk/WebCore/svg/graphics/cg/SVGResourceClipperCg.cpp

    r36795 r36800  
    3333#include "AffineTransform.h"
    3434#include "GraphicsContext.h"
     35
     36#include <ApplicationServices/ApplicationServices.h>
    3537
    3638namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.