Updates from BitShares FC #22
2 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
|||
#include <fc/log/logger.hpp>
|
||||
#include "thread_d.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#if defined(_MSC_VER) && !defined(NDEBUG)
|
||||
# include <windows.h>
|
||||
const DWORD MS_VC_EXCEPTION=0x406D1388;
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
#include <fc/thread/parallel.hpp>
|
||||
#include <fc/time.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
struct thread_config {
|
||||
thread_config() {
|
||||
for( int i = 0; i < boost::unit_test::framework::master_test_suite().argc - 1; ++i )
|
||||
|
|
|
|||
Loading…
Reference in a new issue