mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
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); }
|