Fix compile errors in libnbt
This commit is contained in:
parent
7744e18d8c
commit
8a2282b2c2
16 changed files with 479 additions and 14 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue