Skip to content

Commit 5cd6a8d

Browse files
authored
Merge pull request tensorflow#18907 from yongtang/18363-mpi
Fix build error with MPI support
2 parents d0b9613 + 26b2814 commit 5cd6a8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/contrib/mpi/mpi_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ limitations under the License.
2222
#include <string>
2323
#include <vector>
2424

25+
#include "tensorflow/core/platform/logging.h"
2526
#include "tensorflow/core/lib/strings/str_util.h"
2627

2728
// Skip MPI C++ bindings support, this matches the usage in other places

0 commit comments

Comments
 (0)