Fix compile failure on FreeBSD
Apparently std::array is included via some implicit includes in a GNU / Linux environment. Clang doesn't, so line 202 usng a std::array fails.
Reported independently on IRC by Steve Wills and Tobias Berner.
Apparently std::array is included via some implicit includes in a GNU / Linux environment. Clang doesn't, so line 202 usng a std::array fails.
Reported independently on IRC by Steve Wills and Tobias Berner.