#pragma once #include "object-id.hpp" template class RTree; namespace floormat { using Chunk_RTree = ::RTree; } // namespace floormat