From 517f619501f6b0a177a184f949e1273fa7693e68 Mon Sep 17 00:00:00 2001 From: lgone2000 Date: Sat, 7 Apr 2018 01:04:40 +0800 Subject: [PATCH] fix pybind.cc compile error (#9681) --- paddle/fluid/pybind/pybind.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/pybind/pybind.cc b/paddle/fluid/pybind/pybind.cc index 046721970a..9bc3ff5128 100644 --- a/paddle/fluid/pybind/pybind.cc +++ b/paddle/fluid/pybind/pybind.cc @@ -11,6 +11,7 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +#include #include #include #include // NOLINT // for call_once -- GitLab