aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/arena_planner.h
diff options
context:
space:
mode:
authorGravatar Shashi Shekhar <shashishekhar@google.com>2018-04-03 09:47:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-03 09:49:49 -0700
commit27c762c336bb11c8f74694e3d3ea5c8c47a28003 (patch)
treefe32e8a5bf6303cc1ccfbd1afdc2143d8c2d8754 /tensorflow/contrib/lite/arena_planner.h
parent4657e5336160e019379c373a369e3a9b199bc680 (diff)
Enable C++ warnings on a few targets.
PiperOrigin-RevId: 191454435
Diffstat (limited to 'tensorflow/contrib/lite/arena_planner.h')
-rw-r--r--tensorflow/contrib/lite/arena_planner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/arena_planner.h b/tensorflow/contrib/lite/arena_planner.h
index f84b3dad95..e9d0fbc5a9 100644
--- a/tensorflow/contrib/lite/arena_planner.h
+++ b/tensorflow/contrib/lite/arena_planner.h
@@ -25,7 +25,7 @@ limitations under the License.
namespace tflite {
-class AllocationInfo;
+struct AllocationInfo;
// A memory planner that makes all the allocations using arenas.
//