View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000116 | aMule | Misc | public | 2004-08-09 16:25 | 2004-08-09 18:40 |
|
Reporter | lucasvr | |
Assigned To | Xaignar | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
|
Summary | 0000116: Missing wxGTK headers on CatDialog.cpp |
Description | CatDialog.cpp fails to compile due to missing wxGTK headers on it. |
Additional Information | The attached patch fixes the build. |
Tags | No tags attached. |
|
Fixed in Revision | |
Operating System | |
|
Attached Files | 07-CatDialog_cpp.patch [^] (357 bytes) 2004-08-09 16:25 [Show Content] [Hide Content]--- aMule-2.0.0rc5/src/CatDialog.cpp.orig 2004-08-09 11:29:19.000000000 -0300
+++ aMule-2.0.0rc5/src/CatDialog.cpp 2004-08-09 11:22:39.000000000 -0300
@@ -33,6 +33,9 @@
#include <wx/dcmemory.h>
#include <wx/colordlg.h>
#include <wx/dirdlg.h>
+#include <wx/sizer.h>
+#include <wx/textctrl.h>
+#include <wx/statbmp.h>
#ifdef __WXMSW__
#include <io.h>
|
|