1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/astyle/files/patch-ac
Chris Piazza c9aca46b23 Add two patches I forgot to add yesterday.
Noticed by:	maintainer
1999-07-22 14:34:45 +00:00

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); }