llohse / libnpy

C++ library for reading and writing of numpy's .npy files
MIT License
373 stars 71 forks source link

Add missing <array> include #12

Closed UberLambda closed 3 years ago

UberLambda commented 3 years ago

Hello! This is a nifty library, thanks for sharing it. I had compilation fail on Android (libc++) due to a missing #include <array> :) Cheers!

llohse commented 3 years ago

Thanks for reporting.