mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
4095d64e48
- Remove dependency on gcc 2.95 assuming that support for gcc 2.7.2 is dropped long time ago - Bump PORTREVISION Approved by: portmgr, MAINTAINER
14 lines
327 B
C++
14 lines
327 B
C++
--- 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";
|