summaryrefslogtreecommitdiff
path: root/news/PicMonger/files/patch-OptionsTab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'news/PicMonger/files/patch-OptionsTab.cpp')
-rw-r--r--news/PicMonger/files/patch-OptionsTab.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-OptionsTab.cpp b/news/PicMonger/files/patch-OptionsTab.cpp
new file mode 100644
index 000000000000..308ef54fc0b8
--- /dev/null
+++ b/news/PicMonger/files/patch-OptionsTab.cpp
@@ -0,0 +1,11 @@
+--- OptionsTab.cpp.orig Tue Apr 11 20:40:30 2000
++++ OptionsTab.cpp Fri Dec 1 22:35:20 2006
+@@ -8,6 +8,8 @@
+ #include <iostream>
+
+ using std::cerr;
++using std::string;
++using std::endl;
+
+ OptionsTab::OptionsTab()
+ : Gtk::Table( 4, 1, true )