Skip to content

Commit

Permalink
fixing include directive (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
parmeet committed May 20, 2021
1 parent 4cdce65 commit 36e33e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtext/csrc/vocab.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <algorithm>
#include <c10/util/string_view.h>
#import <pybind11/pybind11.h>
#include <pybind11/pybind11.h>
#include <torch/script.h>

namespace py = pybind11;
Expand Down

0 comments on commit 36e33e2

Please sign in to comment.