mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
12 lines
320 B
C++
12 lines
320 B
C++
--- src/gui/wxMApp.cpp.orig Wed Apr 19 02:55:04 2006
|
|
+++ src/gui/wxMApp.cpp Sun Jan 28 00:11:27 2007
|
|
@@ -34,6 +34,8 @@
|
|
# include <wx/msgdlg.h> // for wxMessageBox
|
|
# include <wx/menu.h>
|
|
# include <wx/statusbr.h>
|
|
+
|
|
+# include <wx/timer.h>
|
|
#endif // USE_PCH
|
|
|
|
#include "wx/persctrl.h" // for wxPMessageBoxEnable
|