Merge pull request #718 from Yangqing/dev

More namespace cleaning.
This commit is contained in:
Yangqing Jia 2014-07-17 17:53:24 -07:00 коммит произвёл Evan Shelhamer
Родитель 518b5f4997 8ad32ec1c4
Коммит 87027469dd
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,10 @@
#include <boost/shared_ptr.hpp>
#include <glog/logging.h>
#include <map>
#include <set>
#include <string>
#include "caffe/util/device_alternate.hpp"
// Disable the copy and assignment operator for a class.