Skip to content

Commit

Permalink
include cassert in EbmlElement.h
Browse files Browse the repository at this point in the history
It's using assert() twice. The other headers calling assert include it properly.
  • Loading branch information
robUx4 committed Dec 18, 2023
1 parent 5159be2 commit 849ac87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebml/EbmlElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
#include "EbmlId.h"
#include "IOCallback.h"

#include <cassert>

namespace libebml {

template <typename T, std::size_t N>
Expand Down

0 comments on commit 849ac87

Please sign in to comment.