mirror of
https://github.com/mappu/miqt.git
synced 2024-12-22 08:58: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 + `
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user