Skip to content

Commit

Permalink
make sure cstring is included
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Apr 16, 2024
1 parent 3cc14fb commit a0a822e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utf8.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstring>
#include <cstdint>
#include <vector>
#include <string>
Expand Down

0 comments on commit a0a822e

Please sign in to comment.