mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

test/test_cufft.cpp: added std::array header #134

Closed emmenlau closed 5 years ago

emmenlau commented 5 years ago

Microsoft Visual Studio 2017 x64 complains about unknown class std::array. This PR fixes a missing include of <array>. Please review.

tdd11235813 commented 5 years ago

ah ok, thanks :)