Skip to content

Commit 4793946

Browse files
committed
add #include <cassert>
1 parent 221a6f1 commit 4793946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/fury/python/pyunicode.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919

2020
#include "pyunicode.h"
21+
#include <cassert>
2122

2223
namespace fury {
2324

0 commit comments

Comments
 (0)