mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
fix(array): include stdint.h
This commit is contained in:
parent
aa605d1aef
commit
6c0a26cb76
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef STORM_ARRAY_H
|
#ifndef STORM_ARRAY_H
|
||||||
#define STORM_ARRAY_H
|
#define STORM_ARRAY_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#define STORM_TS_BASE_ARRAY(type) typedef struct TSBaseArray_##type TSBaseArray_##type; \
|
#define STORM_TS_BASE_ARRAY(type) typedef struct TSBaseArray_##type TSBaseArray_##type; \
|
||||||
struct TSBaseArray_##type { \
|
struct TSBaseArray_##type { \
|
||||||
void** vtable; \
|
void** vtable; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue