Add import.
authorNupur Garg <nupurgarg@google.com>
Thu, 24 May 2018 00:44:32 +0000 (17:44 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 00:46:59 +0000 (17:46 -0700)
PiperOrigin-RevId: 197820050

tensorflow/python/util/util.cc

index 386a6fb..2b33d10 100644 (file)
@@ -14,6 +14,7 @@ limitations under the License.
 ==============================================================================*/
 #include "tensorflow/python/util/util.h"
 
+#include <functional>
 #include <unordered_map>
 #include <vector>