diff options
author | Josh Blum | 2013-02-11 23:57:01 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-17 20:51:23 -0600 |
commit | 93afc6bff6ce58c08d8ae4b1509f682a05a9c59d (patch) | |
tree | 51b4326bf88f54fb520f8c55c1a1634edd4dd21e /lib/gras_impl/block_actor.hpp | |
parent | 54b349885289913a212cf2fa88729cb327d0c84a (diff) | |
download | sandhi-93afc6bff6ce58c08d8ae4b1509f682a05a9c59d.tar.gz sandhi-93afc6bff6ce58c08d8ae4b1509f682a05a9c59d.tar.bz2 sandhi-93afc6bff6ce58c08d8ae4b1509f682a05a9c59d.zip |
gras: ifdef'd chrono for timing purposes
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index dca21e6..cec68be 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -6,6 +6,7 @@ #include <gras_impl/debug.hpp> #include <gras_impl/bitset.hpp> #include <gras/gras.hpp> +#include <gras/chrono.hpp> #include <gras/block.hpp> #include <gras/top_block.hpp> #include <gras/thread_pool.hpp> |