aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pl/plpython/plpy_subxactobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pl/plpython/plpy_subxactobject.h b/src/pl/plpython/plpy_subxactobject.h
index b8591c7bf07..d9c3929234d 100644
--- a/src/pl/plpython/plpy_subxactobject.h
+++ b/src/pl/plpython/plpy_subxactobject.h
@@ -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;