From 920392e640d8b1069ff65b58d1f2cfb51d696e30 Mon Sep 17 00:00:00 2001 From: chengduoZH Date: Thu, 28 Sep 2017 12:27:48 +0800 Subject: [PATCH] fix compile error --- paddle/pybind/exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/pybind/exception.h b/paddle/pybind/exception.h index 12c7df93f6..70beac1460 100644 --- a/paddle/pybind/exception.h +++ b/paddle/pybind/exception.h @@ -13,6 +13,7 @@ limitations under the License. */ #pragma once +#include #include "paddle/platform/enforce.h" #include "pybind11/pybind11.h" namespace paddle { -- GitLab