summaryrefslogtreecommitdiff
path: root/misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp')
-rw-r--r--misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp b/misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp
new file mode 100644
index 00000000000..528fb3b04e8
--- /dev/null
+++ b/misc/koffice/patches/patch-krita_core_kis__perspective__math.cpp
@@ -0,0 +1,21 @@
+$NetBSD: patch-krita_core_kis__perspective__math.cpp,v 1.1 2011/12/05 22:52:24 joerg Exp $
+
+--- krita/core/kis_perspective_math.cpp.orig 2011-12-05 18:29:04.000000000 +0000
++++ krita/core/kis_perspective_math.cpp
+@@ -24,13 +24,15 @@
+
+ #if 1
+
+-#include <iostream.h>
++#include <iostream>
+ #include <stdlib.h>
+ #include <math.h>
+ //#define NDEBUG // uncomment to remove checking of assert()
+ #include <assert.h>
+ #define DEFAULT_ALLOC 2
+
++using namespace std;
++
+ namespace math { // TODO: use eigen
+
+ template <class ElType> class matrix;