From: Paul Cornett Date: Mon, 3 Jan 2011 17:06:43 +0000 (+0000) Subject: non-pch build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/424da8bdb9f05243d8888d78a56ab0cc3f615a6c?ds=inline non-pch build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/prntbase.cpp b/src/common/prntbase.cpp index 57157aebd2..ff67a1f4a0 100644 --- a/src/common/prntbase.cpp +++ b/src/common/prntbase.cpp @@ -32,6 +32,7 @@ #include "wx/layout.h" #include "wx/choice.h" #include "wx/button.h" + #include "wx/bmpbuttn.h" #include "wx/settings.h" #include "wx/dcmemory.h" #include "wx/dcclient.h"