Skip to content
Commit 32452dfb authored by Keith Packard's avatar Keith Packard Committed by Henrik Brix Andersen
Browse files

samples/tflite-micro: Include <cstdint> before using uint8_t



inference_process.hpp depended on the C library implicitly including
stdint.h through some path, which is not defined behavior. Explicitly
include <cstdint> to ensure that uint8_t is defined.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 15b73eda
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment