projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40355a2
)
define std::cout and std::cerr
author
Stephan Kulow
<coolo@suse.de>
Sat, 25 Oct 2008 06:05:28 +0000
(06:05 +0000)
committer
Stephan Kulow
<coolo@suse.de>
Sat, 25 Oct 2008 06:05:28 +0000
(06:05 +0000)
zypp/base/LogControl.h
patch
|
blob
|
history
diff --git
a/zypp/base/LogControl.h
b/zypp/base/LogControl.h
index 87fe164babe8afb2c0a287e79cdf77eab7a80f3d..e58bb76c4e88a90b93306095032299de015192ae 100644
(file)
--- a/
zypp/base/LogControl.h
+++ b/
zypp/base/LogControl.h
@@
-13,6
+13,7
@@
#define ZYPP_BASE_LOGCONTROL_H
#include <iosfwd>
+#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/PtrTypes.h"