mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Include stdio.h for printfs in img functions.
This commit is contained in:
parent
a3f98e0944
commit
f92479079c
@ -10,6 +10,7 @@
|
||||
*/
|
||||
#include <float.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include "imlib.h"
|
||||
|
||||
#ifdef IMLIB_ENABLE_APRILTAGS
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
* Data Matrix Encoding/Decoding Library.
|
||||
*/
|
||||
#include <float.h>
|
||||
#include <stdio.h>
|
||||
#include "imlib.h"
|
||||
#ifdef IMLIB_ENABLE_DATAMATRICES
|
||||
#pragma GCC diagnostic push
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
*
|
||||
* CNN code.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include "nn.h"
|
||||
#include "imlib.h"
|
||||
#include "common.h"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user