From b4d7038da0bf96bbedb7b15edc9d75ed49e453c5 Mon Sep 17 00:00:00 2001 From: Siyuan Zhang Date: Tue, 22 Nov 2022 13:38:18 +0800 Subject: [PATCH] Fixes compilation error of graphx runner (#2228) --- analytical_engine/core/java/graphx_runner.h | 1 + 1 file changed, 1 insertion(+) diff --git a/analytical_engine/core/java/graphx_runner.h b/analytical_engine/core/java/graphx_runner.h index 5bb08a3949b3..e19808286f56 100644 --- a/analytical_engine/core/java/graphx_runner.h +++ b/analytical_engine/core/java/graphx_runner.h @@ -29,6 +29,7 @@ limitations under the License. #include #include +#include "gflags/gflags.h" #include "grape/config.h" #include "grape/grape.h" #include "grape/util.h"