updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / kprof / kprof-gcc43.patch
blob8430727ba4f0ca9bdc85ae80a4ac9d4aaf8f8df6
1 ---
2 kprof/Log.cpp | 3 ++-
3 1 file changed, 2 insertions(+), 1 deletion(-)
5 --- a/kprof/Log.cpp
6 +++ b/kprof/Log.cpp
7 @@ -25,8 +25,9 @@
8 #include <cstdio>
9 #include <sys/timeb.h>
10 #include <cassert>
11 +#include <cstdlib>
14 +using namespace std;
16 //Modul-lokale Variablen
17 static Log::LogType LEVEL =Log::RUN; //Ausgabelevel (wird in Init gesetzt)