From 6f55b5c849d2121aa686b3c018dea29416fb13d9 Mon Sep 17 00:00:00 2001 From: Dominik Mierzejewski Date: Sun, 6 Jan 2008 20:16:39 +0000 Subject: [PATCH] - fix build with gcc-4.3, take 8 --- openbabel-gcc43.patch | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/openbabel-gcc43.patch b/openbabel-gcc43.patch index 3f0e9c2..8657120 100644 --- a/openbabel-gcc43.patch +++ b/openbabel-gcc43.patch @@ -68,6 +68,18 @@ diff -up openbabel-2.1.1/src/fingerprint.cpp.gcc43 openbabel-2.1.1/src/fingerpri #include #include +diff -up openbabel-2.1.1/include/openbabel/xml.h.gcc43 openbabel-2.1.1/include/openbabel/xml.h +--- openbabel-2.1.1/include/openbabel/xml.h.gcc43 2008-01-06 21:15:09.000000000 +0100 ++++ openbabel-2.1.1/include/openbabel/xml.h 2008-01-06 21:14:42.000000000 +0100 +@@ -13,6 +13,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICU + GNU General Public License for more details. + ***********************************************************************/ + ++#include ++ + #include + #include + #include diff -up openbabel-2.1.1/include/openbabel/obconversion.h.gcc43 openbabel-2.1.1/include/openbabel/obconversion.h --- openbabel-2.1.1/include/openbabel/obconversion.h.gcc43 2007-06-02 15:56:37.000000000 +0200 +++ openbabel-2.1.1/include/openbabel/obconversion.h 2008-01-06 19:26:57.000000000 +0100 @@ -91,3 +103,26 @@ diff -up openbabel-2.1.1/include/openbabel/data.h.gcc43 openbabel-2.1.1/include/ #include #include #include +diff -up openbabel-2.1.1/include/openbabel/obmolecformat.h.gcc43 openbabel-2.1.1/include/openbabel/obmolecformat.h +--- openbabel-2.1.1/include/openbabel/obmolecformat.h.gcc43 2007-02-26 17:46:15.000000000 +0100 ++++ openbabel-2.1.1/include/openbabel/obmolecformat.h 2008-01-06 21:14:18.000000000 +0100 +@@ -23,6 +23,8 @@ GNU General Public License for more deta + #include + #endif + ++#include ++ + #include + #include + +diff -up openbabel-2.1.1/include/openbabel/lineend.h.gcc43 openbabel-2.1.1/include/openbabel/lineend.h +--- openbabel-2.1.1/include/openbabel/lineend.h.gcc43 2007-06-02 15:56:39.000000000 +0200 ++++ openbabel-2.1.1/include/openbabel/lineend.h 2008-01-06 21:06:17.000000000 +0100 +@@ -21,6 +21,7 @@ General Public License for more details. + #define OB_LINEEND_H + + #include ++#include + + #ifndef OBCONV + #define OBCONV