Skip to content

Commit

Permalink
Include header fixes.
Browse files Browse the repository at this point in the history
stdint.h is necessary for uint8_t.
  • Loading branch information
atetubou authored and vitalybuka committed Jan 14, 2025
1 parent 72095f3 commit 7bf98f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utf8_fix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#include "src/utf8_fix.h"

#include <stdint.h>

#include <algorithm>
#include <cassert>

Expand Down

0 comments on commit 7bf98f7

Please sign in to comment.