提交 8b84069e 编写于 作者: G gineshidalgo99

Added boost::shared_ptr to macros.hpp

上级 30585358
...@@ -60,6 +60,10 @@ namespace caffe ...@@ -60,6 +60,10 @@ namespace caffe
{ {
template <typename T> class Blob; template <typename T> class Blob;
} }
namespace boost
{
template <typename T> class shared_ptr;
}
// Includes at the end, since this macros class does not need them, but the files that call this // Includes at the end, since this macros class does not need them, but the files that call this
// file. However, keeping the files at the beginning might create a circular include linking problem. // file. However, keeping the files at the beginning might create a circular include linking problem.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册