diff --git a/furvm/include/furvm/fwd.hpp b/furvm/include/furvm/fwd.hpp index 6d36280..e6548dd 100644 --- a/furvm/include/furvm/fwd.hpp +++ b/furvm/include/furvm/fwd.hpp @@ -143,6 +143,7 @@ using context_p = std::shared_ptr; // exceptions.hpp: /** + * @class stack_underflow * @brief Stack underflow exception. */ class stack_underflow;