mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f50de67ab5
PR: ports/64473 Submitted by: Ports Fury
12 lines
244 B
C++
12 lines
244 B
C++
--- latte-text-cli.cxx.orig Thu Oct 7 09:23:34 1999
|
|
+++ latte-text-cli.cxx Fri Mar 19 01:17:52 2004
|
|
@@ -22,6 +22,8 @@
|
|
#include <cstring>
|
|
#include <unistd.h>
|
|
|
|
+using namespace std;
|
|
+
|
|
static void
|
|
report_backtrace(const Latte_Error &err)
|
|
{
|