diff oct-py-object.h @ 398:3905052ebe1d

maint: sort uses of new header file oct-py-object.h * Makefile.am (PYTAVE_HEADER_FILES): Sort the list. * oct-py-object.h: Add missing #include <Python.h>. * oct-py-util.cc: Sort the include files.
author Mike Miller <mtmiller@octave.org>
date Fri, 28 Apr 2017 09:03:55 -0700
parents fc0fb94161de
children 3a64a336d214
line wrap: on
line diff
--- a/oct-py-object.h	Thu Apr 13 02:10:48 2017 -0700
+++ b/oct-py-object.h	Fri Apr 28 09:03:55 2017 -0700
@@ -23,6 +23,8 @@
 #if ! defined (pytave_oct_py_object_h)
 #define pytave_oct_py_object_h
 
+#include <Python.h>
+
 namespace pytave
 {
 
@@ -102,4 +104,3 @@
 }
 
 #endif
-