diff options
author | Josh Blum | 2013-05-11 16:20:08 -0700 |
---|---|---|
committer | Josh Blum | 2013-05-11 16:20:08 -0700 |
commit | 4e210ade63d800b1a8671999f19019abd3c2ae03 (patch) | |
tree | b23f026eb0ba161ebf8ae59087f5c51031946bec /lib/block_actor.cpp | |
parent | 476e5e7f8c949251436646dfd155cdd4430c37f2 (diff) | |
download | sandhi-4e210ade63d800b1a8671999f19019abd3c2ae03.tar.gz sandhi-4e210ade63d800b1a8671999f19019abd3c2ae03.tar.bz2 sandhi-4e210ade63d800b1a8671999f19019abd3c2ae03.zip |
gras: created new test_thread_priority api call
Diffstat (limited to 'lib/block_actor.cpp')
-rw-r--r-- | lib/block_actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_actor.cpp b/lib/block_actor.cpp index 3ce7742..464167f 100644 --- a/lib/block_actor.cpp +++ b/lib/block_actor.cpp @@ -3,7 +3,7 @@ #include <gras/thread_pool.hpp> #include <gras_impl/block_actor.hpp> #include <Theron/Framework.h> -#include <stdexcept> +#include <iostream> using namespace gras; |