Skip to content

Commit

Permalink
Merge pull request #1355 from strukturag/std-endian-in-windows
Browse files Browse the repository at this point in the history
detect endianness in Windows
  • Loading branch information
farindk authored Oct 30, 2024
2 parents 4da2842 + 5e3528b commit a0a509c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/codecs/uncompressed/decoder_abstract.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <iostream>
#include <cassert>
#include <utility>
#include <bit>

#include "common_utils.h"
#include "context.h"
Expand Down

0 comments on commit a0a509c

Please sign in to comment.