repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
kprof
/
kprof-gcc43.patch
blob
8430727ba4f0ca9bdc85ae80a4ac9d4aaf8f8df6
1
---
2
kprof/Log.cpp | 3 ++-
3
1 file changed, 2 insertions(+), 1 deletion(-)
4
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>
12
13
-
14
+using namespace std;
15
16
//Modul-lokale Variablen
17
static Log::LogType LEVEL =Log::RUN; //Ausgabelevel (wird in Init gesetzt)