freebsd-ports/biology/chemeq/files/patch-src_chemeq.h
Christian Weisgerber 3e8676b331 * Fix build with GCC3 (-CURRENT).
* Honor CXX/CXXFLAGS.
* Use predefined DOCSDIR and EXAMPLESDIR variables.

Approved by:	maintainer timeout
2003-03-25 12:28:57 +00:00

19 lines
317 B
C++

$FreeBSD$
--- src/chemeq.h.orig Sat Mar 8 21:48:53 2003
+++ src/chemeq.h Sat Mar 8 21:50:34 2003
@@ -2,10 +2,12 @@
#define CHEMEQ_H
#include <string.h>
-#include <stdiostream.h>
+#include <iostream>
#include <vector>
#include <string>
#include <map>
+
+using namespace std;
typedef struct {
int Zed;