define std::cout and std::cerr
authorStephan Kulow <coolo@suse.de>
Sat, 25 Oct 2008 06:05:28 +0000 (06:05 +0000)
committerStephan Kulow <coolo@suse.de>
Sat, 25 Oct 2008 06:05:28 +0000 (06:05 +0000)
zypp/base/LogControl.h

index 87fe164..e58bb76 100644 (file)
@@ -13,6 +13,7 @@
 #define ZYPP_BASE_LOGCONTROL_H
 
 #include <iosfwd>
+#include <iostream>
 
 #include "zypp/base/Logger.h"
 #include "zypp/base/PtrTypes.h"