From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch (limited to 'sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch') diff --git a/sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch b/sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch new file mode 100644 index 000000000000..b45c36bd8a8d --- /dev/null +++ b/sci-chemistry/pdbcat/files/pdbcat-1.3-gcc.patch @@ -0,0 +1,17 @@ + pdbcat.C | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/pdbcat.C b/pdbcat.C +index 0786d9b..387edf9 100644 +--- a/pdbcat.C ++++ b/pdbcat.C +@@ -17,7 +17,8 @@ + #include // for exit + #include // for feof() and other file manip stuff + #include // for strcasecmp +-#include ++#include ++using namespace std; + #include "Common.h" + #include "PDBData.h" + -- cgit v1.2.3