diff --git a/pytorch_translate/cpp/DbPredictor.cpp b/pytorch_translate/cpp/DbPredictor.cpp index 1745848e..281cb540 100644 --- a/pytorch_translate/cpp/DbPredictor.cpp +++ b/pytorch_translate/cpp/DbPredictor.cpp @@ -1,6 +1,6 @@ #include "DbPredictor.h" -#include +#include namespace pytorch { namespace translate { diff --git a/pytorch_translate/cpp/DbPredictor.h b/pytorch_translate/cpp/DbPredictor.h index 8650bd2e..eeee7c63 100644 --- a/pytorch_translate/cpp/DbPredictor.h +++ b/pytorch_translate/cpp/DbPredictor.h @@ -4,8 +4,8 @@ #include -#include #include +#include namespace pytorch { namespace translate {