updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / psi-whiteboard / gcc43.patch
blob24e6de283ba393b33b28f4fa84fe846448ad20a2
1 *** src/sxe/sxesession.cpp.orig 2008-01-27 19:54:57.000000000 +0100
2 --- src/sxe/sxesession.cpp 2008-08-08 22:24:48.000000000 +0200
3 ***************
4 *** 21,23 ****
5 #include "sxesession.h"
6 !
7 #include "QTimer"
8 --- 21,23 ----
9 #include "sxesession.h"
10 ! #include <string.h>
11 #include "QTimer"
12 *** src/sxe/sxemanager.cpp.orig 2008-03-15 21:51:55.000000000 +0100
13 --- src/sxe/sxemanager.cpp 2008-08-08 22:40:15.000000000 +0200
14 ***************
15 *** 20,21 ****
16 --- 20,23 ----
18 + #include <string.h>
19 + #include <assert.h>
20 #include "sxemanager.h"
21 *** src/whiteboarding/wbnewpath.cpp.orig 2008-01-27 19:54:57.000000000 +0100
22 --- src/whiteboarding/wbnewpath.cpp 2008-08-08 22:48:37.000000000 +0200
23 ***************
24 *** 22,24 ****
25 #include "wbnewpath.h"
27 #include <QGraphicsScene>
28 --- 22,24 ----
29 #include "wbnewpath.h"
30 ! #include <limits>
31 #include <QGraphicsScene>