Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/biology/dsr-pdb/files/patch-lib_Protein__pdb.cc
18160 views
1
--- lib/Protein_pdb.cc.orig 2019-02-05 18:17:52 UTC
2
+++ lib/Protein_pdb.cc
3
@@ -23,6 +23,7 @@ MA 02111-1307, USA. */
4
#include "pdb_utils.h"
5
#include <dsrpdb_internal/Error_logger.h>
6
#include <sstream>
7
+#include <string.h>
8
9
namespace dsrpdb {
10
11
12