non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-04-18 17:15:56 +00:00
parent c3112d560e
commit 819850ff06
2 changed files with 5 additions and 3 deletions

View File

@@ -783,7 +783,7 @@ END_EVENT_TABLE()
#if wxUSE_POPUPWIN //-----------------------------------
#include <wx/popupwin.h>
#include "wx/popupwin.h"
//
@@ -913,6 +913,7 @@ END_EVENT_TABLE()
#else // !wxUSE_POPUPWIN -----------------------------------
#include "wx/frame.h"
// A normal window to place the wxSTCListBox upon, but make it behave as much
// like a wxPopupWindow as possible