Skip to content

Commit 6c269f5

Browse files
More includes
1 parent 9738c78 commit 6c269f5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/glyphs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// fontnik
2+
#include <cstddef>
3+
#include <cstdint>
24
#include "glyphs.hpp"
35
#include <protozero/pbf_reader.hpp>
46
#include <protozero/pbf_writer.hpp>

src/glyphs.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <cstddef>
4+
#include <cstdint>
35
#include <napi.h>
46
#include <uv.h>
57

0 commit comments

Comments
 (0)