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)
PiperOrigin-RevId: 196217574

tensorflow/c/c_test_util.h

index cd19cf8..c16aba6 100644 (file)
@@ -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"