changeset 142:dc2876fdbfaf

* python_to_octave.cc: Include missing header file python_to_octave.h.
author Mike Miller <mtmiller@octave.org>
date Mon, 04 Apr 2016 17:54:22 -0700
parents 4e5a620758fc
children fe783134c61c
files python_to_octave.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;