From 02a8d070f4f4a6af058775218e86f43e8796c652 Mon Sep 17 00:00:00 2001 From: Karen Brems Date: Wed, 14 Sep 2016 12:08:19 -0700 Subject: [PATCH] added threadpool.h to framework_headers in BUILD (#4108) --- tensorflow/core/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 670be97ab01586..59658bd870248f 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -1091,6 +1091,7 @@ filegroup( "lib/core/refcount.h", "lib/core/status.h", "lib/core/stringpiece.h", + "lib/core/threadpool.h", "lib/gtl/array_slice.h", "lib/gtl/array_slice_internal.h", "lib/gtl/inlined_vector.h",