aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/windows/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/windows/port.cc')
-rw-r--r--tensorflow/core/platform/windows/port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/windows/port.cc b/tensorflow/core/platform/windows/port.cc
index b2167081a6..4a7eebbcdf 100644
--- a/tensorflow/core/platform/windows/port.cc
+++ b/tensorflow/core/platform/windows/port.cc
@@ -17,7 +17,7 @@ limitations under the License.
#include <stdlib.h>
#include <string.h>
#ifdef SNAPPY
-#include <snappy.h>
+#include "snappy.h"
#endif
#include <Windows.h>