You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.6/6_ac_install_patch/kde-plasma/kwin/kwin-5.10.5-fix_import.patch

14 lines
544 B

# Calculate format=diff
diff --git a/wayland_server.cpp b/wayland_server.cpp
index 3f273ca..837be8b 100644
--- a/wayland_server.cpp
+++ b/wayland_server.cpp
@@ -34,6 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Server
#include <KWayland/Server/compositor_interface.h>
#include <KWayland/Server/datadevicemanager_interface.h>
+#include <KWayland/Server/datasource_interface.h>
#include <KWayland/Server/display.h>
#include <KWayland/Server/dpms_interface.h>
#include <KWayland/Server/idle_interface.h>