Fix compile errors in libnbt

This commit is contained in:
zontreck 2024-07-30 23:37:27 -07:00
parent 7744e18d8c
commit 8a2282b2c2
16 changed files with 479 additions and 14 deletions

View file

@ -2,6 +2,10 @@
#define FLOAT_TAG_H
#include "Tag.h"
#include "../utils/ByteLayer.h"
#include "../utils/StringBuilder.h"
#include "../utils/StringReader.h"
#include "../types/dynamic.h"
namespace nbt
{