From 59ec4cea2352b788de16481e56bdc905a11234d5 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 23 Apr 2009 14:43:29 +0200 Subject: fixed Python plugin stub --- lib/Plugins/Python.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Plugins/Python.cpp') diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp index 82d5228..dcf78fa 100644 --- a/lib/Plugins/Python.cpp +++ b/lib/Plugins/Python.cpp @@ -1,6 +1,7 @@ -#include "Pyhon.h" +#include "Python.h" #include "DebugDump.h" #include +#include #include #include -- cgit