summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYangqing Jia <jiayq@google.com>2014-07-17 12:18:27 -0700
committerYangqing Jia <jiayq@google.com>2014-07-17 12:18:27 -0700
commitd6f3adee56ef408c9c11b44ed74dac9d245a68a0 (patch)
tree8548000fc2884953c26451a4bd60756fb81828ac /tools
parentb3ba56b23e8447ff4b50b3aa7d873572612fcabf (diff)
downloadcaffeonacl-d6f3adee56ef408c9c11b44ed74dac9d245a68a0.tar.gz
caffeonacl-d6f3adee56ef408c9c11b44ed74dac9d245a68a0.tar.bz2
caffeonacl-d6f3adee56ef408c9c11b44ed74dac9d245a68a0.zip
compute_image_mean namespace fix.
Diffstat (limited to 'tools')
-rw-r--r--tools/compute_image_mean.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compute_image_mean.cpp b/tools/compute_image_mean.cpp
index 0c0f0f3f..79bfdc7c 100644
--- a/tools/compute_image_mean.cpp
+++ b/tools/compute_image_mean.cpp
@@ -13,6 +13,7 @@
using caffe::Datum;
using caffe::BlobProto;
+using std::string;
using std::max;
int main(int argc, char** argv) {