Skip to content

Commit f1a12b6

Browse files
committed
🩹 fix missing include
Signed-off-by: burgholzer <[email protected]>
1 parent d8748b3 commit f1a12b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/mqt-core/datastructures/UndirectedGraph.hpp

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
#pragma once
1212

13+
#include "ir/Definitions.hpp"
14+
1315
#include <cstddef>
1416
#include <functional>
1517
#include <numeric>

0 commit comments

Comments
 (0)