Skip to content

Commit 33b68fd

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

paddle/fluid/operators/distributed/rpc_server.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <atomic>
1615
#include <fstream>
1716
#include <iostream>
1817
#include <limits>

paddle/fluid/operators/distributed/rpc_server.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#pragma once
1616

17+
#include <atomic>
1718
#include <set>
1819
#include <string>
1920
#include <thread> // NOLINT

0 commit comments

Comments
 (0)