mreineck / ducc

Fork of https://gitlab.mpcdf.mpg.de/mtr/ducc to simplify external contributions
GNU General Public License v2.0
13 stars 12 forks source link

Add missing std::vector header. #19

Closed cantonios closed 1 year ago

cantonios commented 1 year ago

It's being used unconditionally, but is currently only included for std threading.

mreineck commented 1 year ago

Thanks!