Skip to content

Commit 7eb85d3

Browse files
🎨 pre-commit fixes
1 parent dcbb4c4 commit 7eb85d3

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)