Skip to content

Commit

Permalink
EbmlEndian.h: include EbmlTypes.h for required types (binary, std::in…
Browse files Browse the repository at this point in the history
…t64_t)
  • Loading branch information
mbunkus committed Feb 24, 2024
1 parent e21d46f commit ab8f30a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ebml/EbmlEndian.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include <cstring>
#include <cstddef>

#include <ebml/EbmlTypes.h>

#include "EbmlConfig.h" // contains _ENDIANESS_

#if defined(__linux__)
Expand Down

0 comments on commit ab8f30a

Please sign in to comment.