Skip to content

Commit

Permalink
Making things work with older boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philkr committed Mar 6, 2015
1 parent 1061230 commit 69eabae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caffe/tempmem.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/make_shared.hpp>
#include <boost/thread/lock_guard.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <cstring>
#include <vector>
Expand Down

0 comments on commit 69eabae

Please sign in to comment.