[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#482650: fix for 482650



tags 482650 +patch
thanks

this is an issue on any platform that uses g++ 4.3. It is caused by a couple of missing include statements.

patch is attatched.
diff -ur gigedit-0.1.1/src/gigedit/mainwindow.cpp gigedit-0.1.1.new/src/gigedit/mainwindow.cpp
--- gigedit-0.1.1/src/gigedit/mainwindow.cpp	2007-12-01 09:44:26.000000000 +0000
+++ gigedit-0.1.1.new/src/gigedit/mainwindow.cpp	2008-05-24 15:34:10.000000000 +0000
@@ -28,6 +28,8 @@
 
 #include "global.h"
 
+#include <string.h>
+
 #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION >= 6) || GTKMM_MAJOR_VERSION > 2
 #define ABOUT_DIALOG
 #include <gtkmm/aboutdialog.h>
diff -ur gigedit-0.1.1/src/gigedit/paramedit.cpp gigedit-0.1.1.new/src/gigedit/paramedit.cpp
--- gigedit-0.1.1/src/gigedit/paramedit.cpp	2007-10-27 08:02:25.000000000 +0000
+++ gigedit-0.1.1.new/src/gigedit/paramedit.cpp	2008-05-24 15:36:49.000000000 +0000
@@ -18,6 +18,7 @@
  */
 
 #include "paramedit.h"
+#include <string.h>
 
 namespace {
     const char* const controlChangeTexts[] = {
Only in gigedit-0.1.1/win32: gigedit.dev
Only in gigedit-0.1.1/win32: gigedit.nsi
Only in gigedit-0.1.1/win32: libgigedit.dev

Reply to: