mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add missing headers
This commit is contained in:
parent
9b068dd992
commit
ecdcac56d2
@ -11,6 +11,7 @@
|
||||
#include "xalloc.h"
|
||||
#include "imlib.h"
|
||||
#include "mdefs.h"
|
||||
#include <arm_math.h>
|
||||
|
||||
#define R8(p) \
|
||||
rb_tbl[((p>>3)&0x1F)]
|
||||
|
||||
@ -12,7 +12,8 @@
|
||||
#include "imlib.h"
|
||||
#include "array.h"
|
||||
#include "xalloc.h"
|
||||
#include "rng.h"
|
||||
|
||||
extern uint32_t rng_randint(uint32_t min, uint32_t max);
|
||||
|
||||
static cluster_t *cluster_alloc(int cx, int cy)
|
||||
{
|
||||
|
||||
@ -6,10 +6,12 @@
|
||||
* LBPu2⁄8,2 Operator.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "imlib.h"
|
||||
#include "xalloc.h"
|
||||
#include "ff.h"
|
||||
#include "std.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#define min(a,b) \
|
||||
({ __typeof__ (a) _a = (a); \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user