From 3f224066dbf2ae978c60acae30a3acc6f05fce06 Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Thu, 23 Sep 2021 11:48:00 +0200 Subject: [PATCH] [BUILDFIX] Add missing includes --- src/Gui/PythonWrapper.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Gui/PythonWrapper.cpp b/src/Gui/PythonWrapper.cpp index d210f8c753..16c39ae148 100644 --- a/src/Gui/PythonWrapper.cpp +++ b/src/Gui/PythonWrapper.cpp @@ -27,6 +27,9 @@ # include #endif #include +#include +#include +#include // Uncomment this block to remove PySide C++ support and switch to its Python interface //#undef HAVE_SHIBOKEN