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;