summaryrefslogtreecommitdiff
path: root/mail/ftrack/files/patch-src-help.cpp
blob: 3de99b7b6bf2c21e3475c148999a7dcfe77e695c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/help.cpp.orig	Fri Aug 19 17:58:00 2005
+++ src/help.cpp	Fri Aug 19 17:59:15 2005
@@ -1,7 +1,9 @@
 #include <stdio.h>
 #include "constant.hpp"
 #include "help.hpp"
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
 
 void Hello(void) {
    cout << "\nFTrack " << FVersion << "  " << Copyright << "\n";