mirror of
https://github.com/mappu/miqt.git
synced 2024-12-23 01:18:37 +00:00
genbindings/cabi: add necessary header for size_t
This commit is contained in:
parent
91c2e0fa9b
commit
460b8aaef8
@ -96,6 +96,7 @@ func emitBindingHeader(src *CppParsedHeader, filename string) (string, error) {
|
|||||||
#define ` + includeGuard + `
|
#define ` + includeGuard + `
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
Loading…
Reference in New Issue
Block a user