Skip to content

Commit

Permalink
add #include <cassert>
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jan 15, 2025
1 parent 221a6f1 commit 4793946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/fury/python/pyunicode.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

#include "pyunicode.h"
#include <cassert>

namespace fury {

Expand Down

0 comments on commit 4793946

Please sign in to comment.