diff --git a/wrappers/gmshpy/gmshPost.i b/wrappers/gmshpy/gmshPost.i
index c704b32c75379c9c2fce67700c839ff4039cad88..46ad08d5999da4c8d66617b76b21862d611a12b1 100644
--- a/wrappers/gmshpy/gmshPost.i
+++ b/wrappers/gmshpy/gmshPost.i
@@ -9,6 +9,8 @@
   #include "GmshConfig.h"
   #include "fullMatrix.h"
 #if defined(HAVE_POST)
+  #include "PluginManager.h"
+  #include "Plugin.h"
   #include "PView.h"
   #include "PViewFactory.h"
   #include "PViewData.h"
@@ -31,5 +33,7 @@ namespace std {
 %include "simpleFunction.h"
 %template(simpleFunctionDouble) simpleFunction<double>;
 %include "PViewAsSimpleFunction.h"
+%include "Plugin.h"
+%include "PluginManager.h"
 #endif