You are declaring yourself an FSInfo structure where it is already declared in FS.h.
That's why we are seeing that namespace conflict between the one in FS.h and the one you created in the your own namespace.
Simply delete your and the error will disappear ...