Patch #2521 2008-07-15 00:59

mslomp

PATCH: wx/menu.h in Valgrind.cpp for no-pch builds
Download
2521-PATCH_wx_menu.patch (724 bytes)
Category
Plugin::Bugfix
Status
Accepted
Close date
2008-07-18 07:25
Assigned to
killerbot
Index: debian/changelog
===================================================================
--- debian/changelog    (revision 5127)
+++ debian/changelog    (working copy)
@@ -1,4 +1,4 @@
-codeblocks (1.0svn5081) dapper; urgency=low
+codeblocks (1.0svn5127) dapper; urgency=low
 
   * Nightly linux build
 
Index: src/plugins/contrib/Valgrind/Valgrind.cpp
===================================================================
--- src/plugins/contrib/Valgrind/Valgrind.cpp    (revision 5127)
+++ src/plugins/contrib/Valgrind/Valgrind.cpp    (working copy)
@@ -13,6 +13,7 @@
 #include <wx/fs_zip.h>
 #include <wx/intl.h>
 #include <wx/string.h>
+#include <wx/menu.h>
 #include <wx/xrc/xmlres.h>
 #include "cbproject.h"
 #include "manager.h"