Skip to content

Commit

Permalink
Add std header to see if that fixes gcc's problem.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Schweitz <[email protected]>
  • Loading branch information
schweitzpgi committed Nov 15, 2024
1 parent ee9198b commit cdcc455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/cudaq/qis/qubit_qis.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include "cudaq/qis/qreg.h"
#include "cudaq/qis/qvector.h"
#include "cudaq/spin_op.h"
#include <algorithm>
#include <cstring>
#include <functional>

Expand Down

0 comments on commit cdcc455

Please sign in to comment.