Add required dependency for ssa_graph_executor
Created by: wangkuiyi
I noticed a CI failed with the complain that framework/details/ssa_graph_executor.cc
depends on framework.pb.h
.
It seems that here
we need to add the dependency to framework.proto
.