Include dcmemory.h if not using precomp headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2007-03-02 16:53:03 +00:00
parent d48e3998b0
commit 255abfaa80

View File

@@ -17,6 +17,7 @@
#ifndef WX_PRECOMP
#include "wx/dcclient.h"
#include "wx/dcmemory.h"
#include "wx/log.h"
#include "wx/region.h"
#endif