Stalker v3.1 and SDfat library?

I am trying to get the Stalker v3.1 to work with the SDfat library but get errors.

…\Arduino\libraries\SdFat\src/SdFat.h:400:46: error: missing binary operator before token “(”
#if !defined(__has_include) || !__has_include(<FS.h>)
*Using library SPI at version 1.0 in folder: C:\Users…\Arduino15\packages\Seeeduino\hardware\Seeeduino_Stalker\1.0.2\libraries\SPI *
*Using library SdFat at version 2.0.2 in folder: C:\Users…\Arduino\libraries\SdFat *
exit status 1
Error compiling for board Seeeduino Stalker V3.

If I change the board type it compiles fine. I am using the QuickStart example for the SDfat libary.
Has anyone else successfully used this library with the Stalker v3?
I believe the normal SD library has an issue that prevents it from fully sleeping and thus consumes quite a bit more power when the Stalker is sleeping.

Reverted to SDfat v1.1.4 instead of 2.x and was able to make that work