Skip to content

Commit efeac7b

Browse files
committed
encoding: fix missing cassert include
1 parent 14a94d3 commit efeac7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmamba/src/util/encoding.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// The full license is in the file LICENSE, distributed with this software.
66

77
#include <array>
8+
#include <cassert>
89
#include <cstdint>
910
#include <cstring>
1011
#include <ranges>

0 commit comments

Comments
 (0)