diff --git a/helpers/xclipboardsync/main.cpp b/helpers/xclipboardsync/main.cpp
index 2f06e9c2cd..1a5e5ee639 100644
--- a/helpers/xclipboardsync/main.cpp
+++ b/helpers/xclipboardsync/main.cpp
@@ -19,6 +19,7 @@ along with this program. If not, see .
*********************************************************************/
#include "waylandclipboard.h"
+#include
#include
#include
@@ -40,6 +41,7 @@ int main(int argc, char *argv[])
argv[0], qPrintable(app.platformName()));
return 1;
}
+ KCrash::initialize();
new WaylandClipboard(&app);
return app.exec();
}