mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
7cc230d572
in the code. Informed maintainer. PR: ports/48382 (it all started with this one) Submtited by: Will Saxon <wills@housing.ufl.edu> and me
11 lines
214 B
C++
11 lines
214 B
C++
--- classes/src/Signal.cc.orig Fri Aug 29 21:25:46 2003
|
|
+++ classes/src/Signal.cc Fri Aug 29 21:25:16 2003
|
|
@@ -8,6 +8,7 @@
|
|
#include <string.h>
|
|
}
|
|
|
|
+using namespace std;
|
|
#include <string>
|
|
#include "Signal.hh"
|
|
|