Remmainig files in pyeo directory now uses relative inclusion in directive #include

This commit is contained in:
Ronaldd Pinho 2019-06-29 21:32:38 -03:00
commit 3b5b1cd6c9
18 changed files with 53 additions and 53 deletions

View file

@ -21,7 +21,7 @@
#ifndef MAKE_ABSTRACT_FUNCTOR_H
#define MAKE_ABSTRACT_FUNCTOR_H
#include <eoFunctor.h>
#include "../eoFunctor.h"
// DEFINES for call
#define WC1 boost::python::with_custodian_and_ward<1,2>()