raspberrypi / pico-tflmicro

Pico TensorFlow Lite Port
635 stars 97 forks source link

Add #include <limits> to micro_utils.h #8

Closed sandeepmistry closed 1 year ago

sandeepmistry commented 1 year ago

I'm facing compile errors when building the pico-tflmicro target with Arm GNU Toolchain v12.2. The following one line change resolves the build error for me.

Upstream already has this include: https://github.com/tensorflow/tflite-micro/blob/40a6936e9461fa8db157b5b3faf89ae9a0384554/tensorflow/lite/micro/micro_utils.h#L22