From a9217031ba2dc62e7a09ad76ac5e4865388f4ad9 Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Fri, 17 Aug 2018 18:12:28 +0800 Subject: [PATCH] small fix --- paddle/fluid/framework/ir/graph_traits.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/paddle/fluid/framework/ir/graph_traits.h b/paddle/fluid/framework/ir/graph_traits.h index edbe45acb98..f42bab20ed9 100644 --- a/paddle/fluid/framework/ir/graph_traits.h +++ b/paddle/fluid/framework/ir/graph_traits.h @@ -12,7 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +#pragma once + #include +#include + #include "paddle/fluid/framework/ir/graph.h" #include "paddle/fluid/framework/ir/node.h" -- GitLab