From 64d48f4d6af515e7d3da00f37ee9938f7dd6eb96 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Fri, 17 Aug 2018 09:15:38 +0800 Subject: [PATCH] fix mac compile (#12751) --- paddle/fluid/framework/ir/graph_pattern_detecter.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/paddle/fluid/framework/ir/graph_pattern_detecter.cc b/paddle/fluid/framework/ir/graph_pattern_detecter.cc index f27d9b050..dcc438279 100644 --- a/paddle/fluid/framework/ir/graph_pattern_detecter.cc +++ b/paddle/fluid/framework/ir/graph_pattern_detecter.cc @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include #include -- GitLab