diff --git a/qasmtools/include/qasmtools/ast/program.hpp b/qasmtools/include/qasmtools/ast/program.hpp index 7aa370c..6bf8f9b 100644 --- a/qasmtools/include/qasmtools/ast/program.hpp +++ b/qasmtools/include/qasmtools/ast/program.hpp @@ -79,6 +79,13 @@ class Program : public ASTNode { */ std::list>& body() { return body_; } + /** + * \brief Get whether the standard library has been included + * + * \return Bool for whether the standard library has been included + */ + bool std_include() { return std_include_; } + /** * \brief Get the number of bits *