From ef065335c91896bc7a3da4de42efb74af12c5399 Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Wed, 23 Dec 2015 16:10:53 +0100 Subject: [PATCH] * Fixing travis build part 7 - appear to be a missing include in the dictonnary generation --- NPLib/scripts/build_dict.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NPLib/scripts/build_dict.sh b/NPLib/scripts/build_dict.sh index dc8f6fde7..6bf29c677 100755 --- a/NPLib/scripts/build_dict.sh +++ b/NPLib/scripts/build_dict.sh @@ -50,7 +50,7 @@ fi # Version 5 : generate the dictionnary then the libmap if [ $version_major -eq 5 ] then - rootcint -f $2 -c -I../Core -I../Physics $1 $5 + rootcint -f $2 -c -I../Core -I../Physics -I../../Core -I../../Physics $1 $5 fi # Version 6 or more : generate both at once -- GitLab