From 50e036a4ed37b728d91342ceb8e05f804b185264 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Sun, 8 Apr 2018 10:43:14 +0800 Subject: [PATCH] fix compiler error on `tensor_py.h` --- paddle/fluid/pybind/tensor_py.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/pybind/tensor_py.h b/paddle/fluid/pybind/tensor_py.h index fbe953b2d8f..4a9dbd324c9 100644 --- a/paddle/fluid/pybind/tensor_py.h +++ b/paddle/fluid/pybind/tensor_py.h @@ -13,6 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ #pragma once +#include #include #include #include -- GitLab