Skip to content

Commit fca3591

Browse files
committed
missing #include in einsum/tiledarray.h
1 parent 8ce2899 commit fca3591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/TiledArray/einsum/tiledarray.h

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#include "TiledArray/tiled_range.h"
1111
#include "TiledArray/tiled_range1.h"
1212

13+
#include <madness/world/thread.h>
14+
1315
namespace TiledArray {
1416
enum struct DeNest { True, False };
1517
}

0 commit comments

Comments
 (0)