yostzach / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Does not compiled on Fedore Core 8 #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current code does not compile on Fedora Core 8 with the following error:

for_each unknown symbol

The solution is to add the following to s3fs.cpp:

#include <algorithm>

Original issue reported on code.google.com by google....@shaftek.org on 18 Mar 2008 at 1:25

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by rri...@gmail.com on 24 Mar 2008 at 5:14