diff options
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r-- | src/ast/path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp index ff267c73..7cc4a181 100644 --- a/src/ast/path.hpp +++ b/src/ast/path.hpp @@ -10,7 +10,7 @@ #include <initializer_list> #include <cassert> #include <serialise.hpp> -#include <tagged_enum.hpp> +#include <tagged_union.hpp> class TypeRef; |