Description: Upstream_5cd6a8d1edff984de5b8e08a579d96235137c38b_missing_MPI_include
 Fix build error with MPI support
 .
 python-tensorflow-cuda (1.8.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Refresh patches.
   * Update configure-expect.sh to answer No to download of clang compiler.
   * Apply upstream e489b600f388ae345387881a85368af3cd373ba2 to fix cuDNN
     build failure with GCC 6.
Author: Adam Cecile <acecile@le-vert.net>

---
Origin: upstream, https://github.com/tensorflow/tensorflow/commit/5cd6a8d1edff984de5b8e08a579d96235137c38b
Bug: https://github.com/tensorflow/tensorflow/issues/18363
Forwarded: not-needed
Reviewed-By: TensorFlow upstream
Last-Update: 2018-10-03

--- python-tensorflow-cuda-1.8.0.orig/tensorflow/contrib/mpi/mpi_utils.h
+++ python-tensorflow-cuda-1.8.0/tensorflow/contrib/mpi/mpi_utils.h
@@ -22,6 +22,7 @@ limitations under the License.
 #include <string>
 #include <vector>
 
+#include "tensorflow/core/platform/logging.h"
 #include "tensorflow/core/lib/strings/str_util.h"
 
 // Skip MPI C++ bindings support, this matches the usage in other places
