summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tag_array.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tag_array.cpp b/src/tag_array.cpp
index 4a1668ad1e..a48f52a9c2 100644
--- a/src/tag_array.cpp
+++ b/src/tag_array.cpp
@@ -126,4 +126,9 @@ void tag_array<int64_t>::write_payload(io::stream_writer& writer) const
writer.write_num(i);
}
+//Explicit instantiations
+template class NBT_EXPORT tag_array<int8_t>;
+template class NBT_EXPORT tag_array<int32_t>;
+template class NBT_EXPORT tag_array<int64_t>;
+
}