Skip to content

Commit

Permalink
Version 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed May 26, 2023
1 parent 3051aea commit 71c5624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions qasmtools/include/qasmtools/ast/base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#include <memory>
#include <set>
#include <string>

#include "../parser/position.hpp"
#include "cloneable.hpp"
Expand Down
2 changes: 2 additions & 0 deletions qasmtools/include/qasmtools/ast/replacer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#ifndef QASMTOOLS_AST_REPLACER_HPP_
#define QASMTOOLS_AST_REPLACER_HPP_

#include <unordered_map>

#include "program.hpp"
#include "visitor.hpp"

Expand Down

0 comments on commit 71c5624

Please sign in to comment.