From 5d4b55ab307693b3d97e1dc259acea24f8314277 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sun, 10 Jan 2021 01:02:30 -0600
Subject: [PATCH] 	modified:   dis/gen.sh

---
 dis/gen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dis/gen.sh b/dis/gen.sh
index 88bd9710..fe240c5d 100644
--- a/dis/gen.sh
+++ b/dis/gen.sh
@@ -37,7 +37,7 @@ JUGGLER_FILE_NAME_TAG="dis"
 ## TODO better file name that encodes the actual configuration we're running
 echo "Compiling   dis/src/pythia_dis.cc ..."
 g++ dis/src/pythia_dis.cc -o pythia_dis  \
-   -I/usr/local/include  \
+   -I/usr/local/include  -Iinclude \
    -O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC  \
    -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpythia8 -ldl \
    -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lHepMC3
-- 
GitLab