commit | e5e2fceff5b31ba78e096a9bdd6655cb84b6cd07 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 10 20:01:53 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 10 23:31:02 2014 -0700 |
tree | 53454b8a32add8ae67f6b8d236d1cc2d16c2c2cd | |
parent | 2693db943958fd526ae68d701df6c00c25ef9c2c [diff] [blame] |
table: StrategyInfo getter/setter refs #1180 Change-Id: I8ac487b2b372ceb33d71ebeb14d4fbdeefca9e8e
diff --git a/daemon/common.hpp b/daemon/common.hpp index fc37c02..3d1a53a 100644 --- a/daemon/common.hpp +++ b/daemon/common.hpp
@@ -33,6 +33,7 @@ using boost::shared_ptr; using boost::enable_shared_from_this; using boost::make_shared; +using boost::static_pointer_cast; using boost::function; using boost::bind;