fix mac compile

helinwang-patch-1
qiaolongfei 7 years ago
parent d908c3b2fa
commit 997e9a1fd2

@ -22,7 +22,7 @@
namespace paddle {
namespace framework {
namespace details {
struct OpHandleBase;
class OpHandleBase;
// VarHandleBase is the var node in the dependency graph.
// A variable can only be generated by a single operator. i.e.

@ -13,9 +13,11 @@ See the License for the specific language governing permissions and
limitations under the License. */
#include "paddle/fluid/framework/parallel_executor.h"
#include <string>
#include <vector>
#include "ThreadPool.h"
#include "paddle/fluid/framework/threadpool.h"
#ifdef PADDLE_WITH_CUDA
#include "paddle/fluid/platform/nccl_helper.h"

Loading…
Cancel
Save