diff options
Diffstat (limited to '')
-rw-r--r-- | src/nbt/Nbt.hpp (renamed from Nbt.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nbt.hpp b/src/nbt/Nbt.hpp index 3e43db7..70dcd6a 100644 --- a/Nbt.hpp +++ b/src/nbt/Nbt.hpp @@ -5,7 +5,7 @@ #include <iostream> #include <zlib.h> #include <fstream> -#include "utility.h" +#include "../utility/utility.h" namespace nbt { enum TagType { |