summaryrefslogtreecommitdiff
path: root/news/PicMonger/files/patch-FileTypeState.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'news/PicMonger/files/patch-FileTypeState.cpp')
-rw-r--r--news/PicMonger/files/patch-FileTypeState.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/news/PicMonger/files/patch-FileTypeState.cpp b/news/PicMonger/files/patch-FileTypeState.cpp
new file mode 100644
index 000000000000..1b39e8d6c9ca
--- /dev/null
+++ b/news/PicMonger/files/patch-FileTypeState.cpp
@@ -0,0 +1,14 @@
+--- FileTypeState.cpp.orig Tue Apr 18 21:22:46 2000
++++ FileTypeState.cpp Fri Dec 1 22:45:01 2006
+@@ -21,6 +21,11 @@
+ #include <fstream>
+ #include <stdlib.h> // need getenv()
+
++using std::ofstream;
++using std::ifstream;
++using std::ios;
++using std::flush;
++
+ // Implemented as a Singleton to simplify access from both filetype dialog and
+ // newsscanner without having to maintain references to each other
+