cmuparlay / PAM

Parallel Balanced Binary Tree Structures
Other
111 stars 20 forks source link

Update utils.h #10

Closed xindubawukong closed 10 months ago

xindubawukong commented 10 months ago

Add header file include to solve the following error:

/home/PAM/include/pam/utils.h: In function ‘std::pair<_FIter, _FIter> utils::fork(bool, Lf, Rf)’:
/home/PAM/include/pam/utils.h:30:15: error: ‘par_do’ is not a member of ‘parlay’
   30 |       parlay::par_do(do_left, do_right);
      |               ^~~~~~