[resolved] ESPAsyncWebServer compile fails on hash include

This is the error:

#include <Hash.h>
^
compilation terminated.
scons: *** [.pioenvs/base/ESPAsyncWebServer_ID306/AsyncWebSocket.o] Error 1

The error only happens during every 1st compile, on 2nd run its ok?

Cheers,
Andreas

PS.: I forgot to mention it- platformio rocks. Easily outperforms the arduino ide and sublimetext as well :wink:

This is known issue that is fixed in PlatformIO 3.0 (still in development). To fix it just add #include <Hash.h> to the one of your source file from the project.