lint
authorYangqing Jia <jiayq@google.com>
Fri, 18 Jul 2014 00:01:17 +0000 (17:01 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 18 Jul 2014 07:50:05 +0000 (09:50 +0200)
include/caffe/common.hpp

index 0ee49f3..cf4fd45 100644 (file)
@@ -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.