Browse Source

fixing clang build

cl-refactor
arkpar 10 years ago
parent
commit
6b1c96229b
  1. 2
      libethereum/BlockQueue.h

2
libethereum/BlockQueue.h

@ -31,6 +31,7 @@
#include <libdevcore/Guards.h>
#include <libethcore/Common.h>
#include <libethcore/BlockInfo.h>
#include "VerifiedBlock.h"
namespace dev
{
@ -39,7 +40,6 @@ namespace eth
{
class BlockChain;
struct VerifiedBlock;
struct BlockQueueChannel: public LogChannel { static const char* name(); static const int verbosity = 4; };
#define cblockq dev::LogOutputStream<dev::eth::BlockQueueChannel, true>()

Loading…
Cancel
Save