diff options
author | Junjie Bai <jbai@fb.com> | 2018-12-12 16:34:22 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-12 16:38:00 -0800 |
commit | 107c9ef518f40c9c1f851b71b6653e7f6a58f9a7 (patch) | |
tree | d964b67de03fd6e1570ea8e8e174280625236dd2 /binaries | |
parent | 6610ace28ba448218cb790d6243352700573ff2d (diff) | |
download | pytorch-107c9ef518f40c9c1f851b71b6653e7f6a58f9a7.tar.gz pytorch-107c9ef518f40c9c1f851b71b6653e7f6a58f9a7.tar.bz2 pytorch-107c9ef518f40c9c1f851b71b6653e7f6a58f9a7.zip |
Add back c2 string_utils include header to benchmark_helper
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15143
Differential Revision: D13439694
fbshipit-source-id: 78698b66d52a0178118cbf3e79a7a5ad1763d47b
Diffstat (limited to 'binaries')
-rw-r--r-- | binaries/benchmark_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaries/benchmark_helper.h b/binaries/benchmark_helper.h index ec6d116aa5..6f12878866 100644 --- a/binaries/benchmark_helper.h +++ b/binaries/benchmark_helper.h @@ -22,6 +22,7 @@ #include "caffe2/core/logging.h" #include "caffe2/core/net.h" #include "caffe2/core/operator.h" +#include "caffe2/utils/string_utils.h" #include "c10/util/string_utils.h" using std::map; |