Commit 1c05d6fc authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'develop' of github.com:actor-framework/actor-framework into develop

parents 1aa54470 32a3c78a
...@@ -10,7 +10,7 @@ using std::endl; ...@@ -10,7 +10,7 @@ using std::endl;
using namespace caf; using namespace caf;
using namespace caf::io; using namespace caf::io;
constexpr const char http_ok[] = R"__(HTTP/1.1 200 OK const char http_ok[] = R"__(HTTP/1.1 200 OK
Content-Type: text/plain Content-Type: text/plain
Connection: keep-alive Connection: keep-alive
Transfer-Encoding: chunked Transfer-Encoding: chunked
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <thread> #include <thread>
#include <limits> #include <limits>
#include <condition_variable>
#include "caf/scheduler/worker.hpp" #include "caf/scheduler/worker.hpp"
#include "caf/scheduler/abstract_coordinator.hpp" #include "caf/scheduler/abstract_coordinator.hpp"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment