------------------------------------------------------------
revno: 4058
committer: Anton Gladky <[email protected]>
timestamp: Thu 2014-07-03 21:08:46 +0200
message:
Add missing header.
modified:
lib/base/Logging.hpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to
https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'lib/base/Logging.hpp'
--- lib/base/Logging.hpp 2014-02-28 11:14:59 +0000
+++ lib/base/Logging.hpp 2014-07-03 19:08:46 +0000
@@ -14,6 +14,8 @@
*
*/
+#include <iostream>
+
# define _POOR_MANS_LOG(level,msg) {std::cerr<<level " "<<_LOG_HEAD<<msg<<std::endl;}
# define _LOG_HEAD __FILE__ ":"<<__LINE__<<" "<<__FUNCTION__<<": "
_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-dev
More help : https://help.launchpad.net/ListHelp