aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/c/c_test_util.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-05-10 22:34:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-10 22:37:26 -0700
commit84121edc10d84dc5826518caf910e5688d5a1734 (patch)
treecc6ee2308d73cb8f5d9db06c733a1175d3bd72f0 /tensorflow/c/c_test_util.h
parent6064844b1c8cc1822eb74093c947a4ae35a75225 (diff)
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
Diffstat (limited to 'tensorflow/c/c_test_util.h')
-rw-r--r--tensorflow/c/c_test_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/c/c_test_util.h b/tensorflow/c/c_test_util.h
index cd19cf8d62..c16aba666e 100644
--- a/tensorflow/c/c_test_util.h
+++ b/tensorflow/c/c_test_util.h
@@ -20,6 +20,7 @@ limitations under the License.
#include <vector>
#include "tensorflow/core/framework/attr_value.pb.h"
+#include "tensorflow/core/framework/function.pb.h"
#include "tensorflow/core/framework/graph.pb.h"
#include "tensorflow/core/framework/node_def.pb.h"
#include "tensorflow/core/framework/types.pb.h"