diff --git a/torchtext/csrc/register_pybindings.cpp b/torchtext/csrc/register_pybindings.cpp index 34e8da149e..80d91ee744 100644 --- a/torchtext/csrc/register_pybindings.cpp +++ b/torchtext/csrc/register_pybindings.cpp @@ -9,7 +9,7 @@ #include #include // @manual #include // @manual -#include +#include // @manual namespace torchtext { diff --git a/torchtext/csrc/vocab_factory.h b/torchtext/csrc/vocab_factory.h index 3cdb6692bb..03677817a8 100644 --- a/torchtext/csrc/vocab_factory.h +++ b/torchtext/csrc/vocab_factory.h @@ -1,5 +1,5 @@ #include -#include +#include // @manual namespace py = pybind11;