Skip to content

Commit

Permalink
fix(torch): add missing header needed in case of building w/o caffe b…
Browse files Browse the repository at this point in the history
…ackend
  • Loading branch information
fantes authored and sileht committed Oct 27, 2020
1 parent e82b6f3 commit 2563b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/torch/torchutils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/text_format.h>
#include <fcntl.h>

using google::protobuf::io::CodedInputStream;
using google::protobuf::io::CodedOutputStream;
Expand Down

0 comments on commit 2563b74

Please sign in to comment.