updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / ipager / ipager-gcc43.patch
blobbe5af30a91e805d561b884224d1ec10cd84a7ade
1 --- iconfig.cpp.orig 2005-06-08 19:41:59.000000000 +0200
2 +++ iconfig.cpp 2008-03-30 18:10:46.000000000 +0200
3 @@ -30,10 +30,12 @@
4 #include <iostream>
5 #include <fstream>
6 #include <sstream>
7 +#include <cstdlib>
9 #include <sys/stat.h>
10 #include <sys/types.h>
12 +using namespace std;
15 template <class T>
16 --- wm.cpp.orig 2005-11-02 19:14:52.000000000 +0100
17 +++ wm.cpp 2008-03-30 18:12:13.000000000 +0200
18 @@ -27,6 +27,9 @@
20 #include <time.h>
21 #include "atoms.h"
22 +#include <cstdlib>
24 +using namespace std;
27 WM * WM::m_instance = 0;