diff --git a/torchtext/csrc/vocab.h b/torchtext/csrc/vocab.h index 2fda3befe0..e7df276391 100644 --- a/torchtext/csrc/vocab.h +++ b/torchtext/csrc/vocab.h @@ -1,6 +1,6 @@ #include #include -#import +#include #include namespace py = pybind11;