Skip to content
Snippets Groups Projects
Commit f36a34c3 authored by Davide Branduardi's avatar Davide Branduardi
Browse files

My compiler (gcc 4.4.2) was complaining without these lines

parent 09ae8cd8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
#include "AtomNumber.h"
#include "Vector.h"
#include <vector>
#include <string>
namespace PLMD{
......
......@@ -8,6 +8,7 @@
#include <cmath>
#include <limits>
#include <algorithm>
#include <string.h>
namespace PLMD{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment