From f36a34c308519d154df56b2b7f4e698c8987ba10 Mon Sep 17 00:00:00 2001 From: Davide Branduardi <chicco@davide-branduardis-computer.local> Date: Tue, 26 Jul 2011 14:22:59 +0200 Subject: [PATCH] My compiler (gcc 4.4.2) was complaining without these lines --- src/PDB.h | 1 + src/Tools.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/PDB.h b/src/PDB.h index c8e59960a..09c652bf4 100644 --- a/src/PDB.h +++ b/src/PDB.h @@ -4,6 +4,7 @@ #include "AtomNumber.h" #include "Vector.h" #include <vector> +#include <string> namespace PLMD{ diff --git a/src/Tools.h b/src/Tools.h index f272f6516..a57f09813 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -8,6 +8,7 @@ #include <cmath> #include <limits> #include <algorithm> +#include <string.h> namespace PLMD{ -- GitLab