mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
83638f0f89
PR: 46594 Submitted by: Ports Fury
11 lines
220 B
C++
11 lines
220 B
C++
--- tolower.h.orig Wed Jan 23 02:30:15 2002
|
|
+++ tolower.h Fri Dec 27 03:27:01 2002
|
|
@@ -1,5 +1,7 @@
|
|
#ifndef TOLOWER_H
|
|
#define TOLOWER_H
|
|
+namespace std {};
|
|
+using namespace std;
|
|
|
|
#include <iostream>
|
|
#include <string>
|