mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
12 lines
352 B
C++
12 lines
352 B
C++
--- src/modules/BareBonesEditor.cpp.orig Mon Feb 6 16:50:56 2006
|
|
+++ src/modules/BareBonesEditor.cpp Sun Jan 28 00:25:27 2007
|
|
@@ -30,6 +30,8 @@
|
|
# include <wx/sizer.h>
|
|
# include <wx/textctrl.h>
|
|
# include <wx/button.h> // for wxButton
|
|
+
|
|
+# include <wx/panel.h>
|
|
#endif // USE_PCH
|
|
|
|
#include <wx/imaglist.h> // for wxImageList
|