# HG changeset patch # User Mike Miller # Date 1459817662 25200 # Node ID dc2876fdbfafedfa779343900d0f5b01b88cd3b5 # Parent 4e5a620758fc89e6b4683890ee1e977b25c5928e * python_to_octave.cc: Include missing header file python_to_octave.h. diff -r 4e5a620758fc -r dc2876fdbfaf python_to_octave.cc --- a/python_to_octave.cc Mon Apr 04 17:48:33 2016 -0700 +++ b/python_to_octave.cc Mon Apr 04 17:54:22 2016 -0700 @@ -38,6 +38,7 @@ #include "arrayobjectdefs.h" #include "exceptions.h" +#include "python_to_octave.h" using namespace boost::python;