#pragma once #include "book.hpp" #include #include namespace bom { void updateBom(std::unordered_map& bs); }