Skip to content

Commit

Permalink
Added missing includes for chapter 06
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Jun 16, 2017
1 parent f317a7d commit 9626d03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Chapter06/01_tasks_processor_base/tasks_processor_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define BOOK_CHAPTER6_TASK_PROCESSOR_BASE_HPP

#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/01_tasks_processor_base/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Amost all the code for this example is in this header

#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/02_tasks_processor_timers/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/04_tasks_processor_network_accept/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/05_tasks_processor_multithread/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/07_nonblocking_barrier/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ int main() {


#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/08_exception_ptr/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down
1 change: 1 addition & 0 deletions Chapter06/flat/09_tasks_processor_signals/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


#include <boost/thread/thread.hpp>
#include <iostream>

namespace detail {

Expand Down

0 comments on commit 9626d03

Please sign in to comment.