Skip to content

Commit b914e03

Browse files
2 parents 2cce01f + 7eb85d3 commit b914e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/mqt-core/dd/Simulation.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
#include "ir/QuantumComputation.hpp"
1616
#include "ir/operations/OpType.hpp"
1717

18+
#include <cmath>
19+
#include <complex>
1820
#include <cstddef>
1921
#include <map>
2022
#include <string>
2123
#include <utility>
22-
#include <cmath>
23-
#include <complex>
2424

2525
namespace dd {
2626
using namespace qc;

0 commit comments

Comments
 (0)