Skip to content

Commit 4a5e339

Browse files
malfetfacebook-github-bot
authored andcommitted
Tentative fix for gcc-12 compilation (#330)
Summary: See pytorch/pytorch#77614 Pull Request resolved: #330 Reviewed By: seemethere, atalman Differential Revision: D36431745 Pulled By: malfet fbshipit-source-id: 319895cb633a19dc67f4945aabb35716ac9d87f5
1 parent 12a58ae commit 4a5e339

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gloo/transport/ibverbs/pair.h

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

99
#pragma once
1010

11+
#include <array>
1112
#include <atomic>
1213
#include <condition_variable>
1314
#include <exception>

gloo/transport/tcp/device.h

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

99
#pragma once
1010

11+
#include <array>
1112
#include <atomic>
1213
#include <condition_variable>
1314
#include <memory>

0 commit comments

Comments
 (0)