mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
$NetBSD: patch-ac,v 1.1 2005/10/21 14:47:13 drochner Exp $
|
|
|
|
--- src/kdissert/canvasview/DCanvasView.cpp.orig 2005-10-21 16:08:23.000000000 +0200
|
|
+++ src/kdissert/canvasview/DCanvasView.cpp
|
|
@@ -12,6 +12,8 @@
|
|
* GNU General Public License for more details. *
|
|
***************************************************************************/
|
|
|
|
+#include <limits>
|
|
+
|
|
#include <qpoint.h>
|
|
#include <qdragobject.h>
|
|
#include <qevent.h>
|