From 6dbbdc960fed47a2e49d6ee84ca1b4d55a031bf5 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 19 Apr 2013 15:24:51 +0200
Subject: [PATCH] Fixed include file name

Mac just works. Linux is case sensitive
---
 src/core/ActionWithArguments.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/ActionWithArguments.cpp b/src/core/ActionWithArguments.cpp
index e5a90d8cc..3531785f8 100644
--- a/src/core/ActionWithArguments.cpp
+++ b/src/core/ActionWithArguments.cpp
@@ -21,7 +21,7 @@
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 #include "ActionWithArguments.h"
 #include "ActionWithValue.h"
-#include "tools/Pdb.h"
+#include "tools/PDB.h"
 #include "PlumedMain.h"
 #include "ActionSet.h"
 
-- 
GitLab