Add missing #include. tensorflow::FunctionDef only happens to be available in this...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 11 May 2018 05:34:52 +0000 (22:34 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 05:37:26 +0000 (22:37 -0700)
commit84121edc10d84dc5826518caf910e5688d5a1734
treecc6ee2308d73cb8f5d9db06c733a1175d3bd72f0
parent6064844b1c8cc1822eb74093c947a4ae35a75225
Add missing #include. tensorflow::FunctionDef only happens to be available in this header because it happens to be forward-declared in one of the other .proto.h headers, but it's not actually used there and will go away.

PiperOrigin-RevId: 196217574
tensorflow/c/c_test_util.h