Skip to content

Commit

Permalink
add missing include statement in distance.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiott committed Feb 26, 2024
1 parent fb8d9fa commit 091da9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qiskit_qec/analysis/distance.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <vector>
#include <set>
#include <exception>
#include <iterator>

#include "linear.h"
#include "combinations.h"
Expand Down

0 comments on commit 091da9f

Please sign in to comment.