You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/qtoctave/files/qtoctave-0.8.1-gcc4.4.patch

9 lines
410 B

diff -Naur qtoctave-0.8.1/qtoctave/src/search_dialog.cpp qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp
--- qtoctave-0.8.1/qtoctave/src/search_dialog.cpp 2008-09-21 05:00:30.000000000 -0400
+++ qtoctave-0.8.1.new/qtoctave/src/search_dialog.cpp 2009-07-31 09:04:20.000000000 -0400
@@ -1,3 +1,4 @@
+#include <cstdio>
#include "search_dialog.h"
SearchDialog::SearchDialog(QWidget *parent): QDialog(parent)