#pragma once #include "spell_idx_list_fwd.h" #include struct spell_idx_list { std::vector v; };