Skip to content

Commit 71b986c

Browse files
committed
[Fix] (Buffer): Fix compiling error for iOS.
1 parent 6a25a9b commit 71b986c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/cpp/gl/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "log.h"
1212
#include "mg.h"
1313
#include <GL/gl.h>
14-
14+
#include <cstddef>
1515
#include <vector>
1616

1717
typedef struct {

0 commit comments

Comments
 (0)