Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2007-12-12 20:19:36 +00:00
parent 1c786fa848
commit 6d7fdd21e4

View File

@@ -12,6 +12,8 @@
#ifndef _WX_GRAPHICS_H_
#define _WX_GRAPHICS_H_
#include "wx/defs.h"
#if wxUSE_GRAPHICS_CONTEXT
#include "wx/geometry.h"