summaryrefslogtreecommitdiffhomepage
path: root/src/hole.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hole.cpp')
-rw-r--r--src/hole.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hole.cpp b/src/hole.cpp
index ad29c752..1bb8bb99 100644
--- a/src/hole.cpp
+++ b/src/hole.cpp
@@ -6,8 +6,13 @@
#include "tile-constants.hpp"
#include "world.hpp"
#include "compat/non-const.hpp"
+#include "compat/borrowed-ptr.inl"
namespace floormat {
+
+template class bptr<hole>;
+template class bptr<const hole>;
+
namespace {
void mark_chunk_modifiedʹ(chunk& c)