File: add-missing-python-include.patch

package info (click to toggle)
cyphesis-cpp 0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,752 kB
  • sloc: cpp: 94,194; xml: 40,196; python: 8,717; sh: 4,164; makefile: 1,968; ansic: 753
file content (19 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
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
 ///