Skip to content

Commit 9dc7cd9

Browse files
Fix compile issues on VT's ARC cluster (#268)
1 parent 243aa2d commit 9dc7cd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/qforte/qubit_basis.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <cstdint>
12
#include <numeric>
23
#include <string>
34

src/qforte/sq_op_pool.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef _sq_op_pool_h_
22
#define _sq_op_pool_h_
33

4+
#include <cstdint>
45
#include <complex>
56
#include <string>
67
#include <vector>

0 commit comments

Comments
 (0)