From 96817cd061bee03629ad1da74e0898c105d7bb14 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 24 Jul 2025 16:04:14 +0200 Subject: [PATCH] fix: include my `endian.h` in `nbt.h` --- src/dat/nbt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dat/nbt.h b/src/dat/nbt.h index 3679ca8..cffab7a 100644 --- a/src/dat/nbt.h +++ b/src/dat/nbt.h @@ -7,6 +7,7 @@ #include #include "../util/atrb.h" +#include "../util/compat/endian.h" #include "../util/types.h" /* NBT (named binary tag) is a tree data structure. Tags have a numeric type ID, name and a payload.