commit | 7b9fc5e365b994afde75c393318c8aca40d7657f | [log] [tgz] |
---|---|---|
author | William Vinnicombe <william.vinnicombe@raspberrypi.com> | Fri Sep 13 19:41:11 2024 +0100 |
committer | William Vinnicombe <william.vinnicombe@raspberrypi.com> | Fri Sep 13 19:41:11 2024 +0100 |
tree | 6ec429966bea40c544676aeab6a1b582eba5bca5 | |
parent | ecf378108c798387d0fc6f99bc6c2cad7bea11a6 [diff] |
Include portable_endian.h in elf2uf2.cpp
diff --git a/elf2uf2/elf2uf2.cpp b/elf2uf2/elf2uf2.cpp index 2aac4f6..2033080 100644 --- a/elf2uf2/elf2uf2.cpp +++ b/elf2uf2/elf2uf2.cpp
@@ -17,6 +17,8 @@ #include "elf2uf2.h" #include "errors.h" +#include "portable_endian.h" + #define FLASH_SECTOR_ERASE_SIZE 4096u static bool verbose;