#pragma once #include namespace Fig { struct Context; using ContextPtr = std::shared_ptr; };