Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jan 15, 2025
1 parent d2627fb commit 28aaf2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cpp/fury/python/pyunicode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include "fury/util/string_util.h"
#include "unicodeobject.h"
#include <cassert>
#include <cstring>
#include <string>

namespace fury {

Expand Down
3 changes: 1 addition & 2 deletions cpp/fury/python/pyunicode.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

#include "object.h"
#include "pyport.h"
#include <cstring>
#include <string>
#include <cstdint>

namespace fury {

Expand Down

0 comments on commit 28aaf2c

Please sign in to comment.