Skip to content

Commit 6429059

Browse files
committed
fix compile error
test=develop
1 parent 33b68fd commit 6429059

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

paddle/fluid/framework/naive_executor.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <string>
1616
#include <vector>
1717

18-
#include "paddle/fluid/framework/channel.h"
1918
#include "paddle/fluid/framework/feed_fetch_method.h"
2019
#include "paddle/fluid/framework/lod_rank_table.h"
2120
#include "paddle/fluid/framework/lod_tensor_array.h"

paddle/fluid/operators/distributed/grpc_client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ limitations under the License. */
1515
#pragma once
1616

1717
#include <time.h>
18+
#include <atomic>
1819

1920
#include <chrono> // NOLINT
2021
#include <condition_variable> // NOLINT

0 commit comments

Comments
 (0)