From 69dc0289d8d9f9adec7d1f8e9a2e38d51aba0722 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Wed, 1 Aug 2018 15:24:28 +0200 Subject: [PATCH] include with double quotes to be sure that the current directory is searched --- src/signal-wrapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/signal-wrapper.cc b/src/signal-wrapper.cc index 7e244c7..42833b3 100644 --- a/src/signal-wrapper.cc +++ b/src/signal-wrapper.cc @@ -14,7 +14,7 @@ // received a copy of the GNU Lesser General Public License along with // dynamic-graph-python. If not, see <http://www.gnu.org/licenses/>. -#include <signal-wrapper.hh> +#include "signal-wrapper.hh" #include <Python.h> #include <dynamic-graph/factory.h> -- GitLab