Skip to content

Commit

Permalink
Added missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad committed Nov 10, 2018
1 parent 0186426 commit 5b99b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/thread/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 2 additions & 0 deletions tests/thread/parallel_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 5b99b41

Please sign in to comment.