File psi-0.13-whiteboarding.patch of Package psi
--- src/src.pro
+++ src/src.pro
@@ -9,7 +9,7 @@
#CONFIG += use_crash
CONFIG += pep
-#CONFIG += whiteboarding
+CONFIG += whiteboarding
#CONFIG += psi_plugins
DEFINES += QT_STATICPLUGIN
--- src/whiteboarding/wbnewpath.cpp
+++ src/whiteboarding/wbnewpath.cpp
@@ -22,6 +22,7 @@
#include "wbnewpath.h"
#include "../sxe/sxesession.h"
+#include <limits>
#include <QGraphicsScene>
WbNewPath::WbNewPath(QGraphicsScene* s, QPointF startPos, int strokeWidth, const QColor &strokeColor, const QColor &fillColor) : WbNewItem(s) {