1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Add missing python include
Author: Erik Ogenvik <erik@ogenvik.org>
Origin: upstream, https://github.com/worldforge/cyphesis/commit/18bab9f4a04d3d21b6045e4921406c1c51b3fa0a
Bug-Debian: https://bugs.debian.org/853363
Bug-Fedora: https://bugzilla.redhat.com/1423321
Last-Update: 2017-12-02
--- a/rulesets/PythonScriptFactory_impl.h
+++ b/rulesets/PythonScriptFactory_impl.h
@@ -21,7 +21,8 @@
#include "PythonScriptFactory.h"
-#include "rulesets/PythonEntityScript.h"
+#include "PythonEntityScript.h"
+#include "Python_Script_Utils.h"
/// \brief PythonScriptFactory constructor
///
|