Skip to content

Commit 7bf98f7

Browse files
atetubouvitalybuka
authored andcommitted
Include header fixes.
stdint.h is necessary for uint8_t.
1 parent 72095f3 commit 7bf98f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utf8_fix.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#include "src/utf8_fix.h"
1616

17+
#include <stdint.h>
18+
1719
#include <algorithm>
1820
#include <cassert>
1921

0 commit comments

Comments
 (0)