Bug 24798 - Missing #include <wx/dcgraph.h>
Summary: Missing #include <wx/dcgraph.h>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 03:15 PDT by Sven Kurzeder
Modified: 2009-05-05 16:16 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Kurzeder 2009-03-25 03:15:32 PDT
In the file \WebCore\platform\wx\wxcode\win\non-kerned-drawing.cpp the
following include is missing: #include <wx/dcgraph.h>

This leads to an undeclared wxGraphicsContext*.
Comment 1 Kevin Ollivier 2009-05-05 16:16:35 PDT
Landed in r43261, thanks!