Browse Source

fix for "call to operator << is not visible in template definition"

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
279c671c46
  1. 1
      libdevcore/Log.h

1
libdevcore/Log.h

@ -27,6 +27,7 @@
#include <chrono>
#include <boost/thread.hpp>
#include "vector_ref.h"
#include "CommonIO.h"
namespace dev
{

Loading…
Cancel
Save