Created by: jacquesqiao
tasks: https://github.com/PaddlePaddle/Paddle/issues/10574
Our executor depends on boost, if a C++ module use fluid executor but cannot find the boost, the build will fail.
After add boost to the include_directories, it can build success.