Menu

#18 Missing #include <wx/dcgraph.h>

Latest SVN
open
nobody
None
5
2009-03-24
2009-03-24
No

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*.

Discussion

  • Christoph Willing

    This was addressed by a patch already - see Patches: "Added missing include file - ID: 2693524". You probably just need a slightly newer svn checkout

     
  • Sven Kurzeder

    Sven Kurzeder - 2009-04-28

    No, this was not addressed by the patch 2693524.

    The patch 2693524 fixed the missing include in the file:
    \WebCore\platform\wx\wxcode\gtk\non-kerned-drawing.cpp

    The missing include i reported is in the file:
    \WebCore\platform\wx\wxcode\win\non-kerned-drawing.cpp

    It's the same error in a different file.

     

Log in to post a comment.