mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c9aca46b23
Noticed by: maintainer
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
--- ASFormatter.cpp.orig Sun Jul 18 19:07:09 1999
|
|
+++ ASFormatter.cpp Sun Jul 18 19:08:47 1999
|
|
@@ -33,7 +33,7 @@
|
|
#include <cctype>
|
|
#include <vector>
|
|
#include <algorithm>
|
|
-#include <iostream>
|
|
+#include <iostream.h>
|
|
|
|
|
|
#define INIT_CONTAINER(container, value) {if ( (container) != NULL ) delete (container); (container) = (value); }
|