]> granicus.if.org Git - postgresql/blobdiff - src/pl/plpython/plpy_subxactobject.h
add #includes to plpy_subxactobject.h to make it compile standalone
[postgresql] / src / pl / plpython / plpy_subxactobject.h
index b8591c7bf07336c4a93de2b6009ccf8d030fd454..d9c3929234dd08f9cb20840ba2a3ce3eb2458287 100644 (file)
@@ -5,6 +5,9 @@
 #ifndef PLPY_SUBXACTOBJECT
 #define PLPY_SUBXACTOBJECT
 
+#include "nodes/pg_list.h"
+#include "utils/resowner.h"
+
 /* a list of nested explicit subtransactions */
 extern List *explicit_subtransactions;