From 3f10448920a69f7d25fcca1744c67c7bd07bfc0a Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Thu, 29 Aug 2024 14:24:33 -0400 Subject: [PATCH] Update Signed-off-by: Vlad Gheorghiu --- include/qasmtools/parser/position.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/qasmtools/parser/position.hpp b/include/qasmtools/parser/position.hpp index 63e9ebb..9e6f567 100644 --- a/include/qasmtools/parser/position.hpp +++ b/include/qasmtools/parser/position.hpp @@ -31,7 +31,7 @@ #ifndef QASMTOOLS_PARSER_POSITION_HPP_ #define QASMTOOLS_PARSER_POSITION_HPP_ -#include +#include #include namespace qasmtools {