- fix build with gcc-4.3, take 6

This commit is contained in:
Dominik Mierzejewski 2008-01-06 19:43:21 +00:00
parent 7e01945a2c
commit ff94df7d3a
1 changed files with 12 additions and 0 deletions

View File

@ -22,6 +22,18 @@ diff -up openbabel-2.1.1/src/residue.cpp.gcc43 openbabel-2.1.1/src/residue.cpp
#include <openbabel/babelconfig.h>
#include <openbabel/residue.h>
diff -up openbabel-2.1.1/src/tokenst.cpp.gcc43 openbabel-2.1.1/src/tokenst.cpp
--- openbabel-2.1.1/src/tokenst.cpp.gcc43 2006-12-28 16:21:51.000000000 +0100
+++ openbabel-2.1.1/src/tokenst.cpp 2008-01-06 20:33:49.000000000 +0100
@@ -25,7 +25,7 @@ GNU General Public License for more deta
#include <algorithm>
#include <vector>
#include <string>
-
+#include <string.h>
using namespace std;
diff -up openbabel-2.1.1/src/obconversion.cpp.gcc43 openbabel-2.1.1/src/obconversion.cpp
--- openbabel-2.1.1/src/obconversion.cpp.gcc43 2007-07-01 21:16:17.000000000 +0200
+++ openbabel-2.1.1/src/obconversion.cpp 2008-01-06 19:48:30.000000000 +0100