From e56a285314276155523b688fb0f132fbc6f82940 Mon Sep 17 00:00:00 2001 From: Chen Weihang Date: Thu, 8 Sep 2022 19:04:35 +0800 Subject: [PATCH] fix fp16 compile error (#45873) --- paddle/phi/common/float16.h | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/phi/common/float16.h b/paddle/phi/common/float16.h index 4b0799a1774..1597602648a 100644 --- a/paddle/phi/common/float16.h +++ b/paddle/phi/common/float16.h @@ -14,6 +14,7 @@ #pragma once +#include #include #include -- GitLab