DevC++ Bloodshed is discontinued, and isn't a C++11 compiler. I'd recommend upgrading to a new IDE (such as Code::Blocks, or Visual Studio 2010-13) in order to do what you want to.
The compiler in the screen shot shows TDM-GCC which I don't think implements std::thread in its library. The alternative MinGW32 does I believe. I would try it.
EDIT: Also, you're version of DevC++ is a bit old. I would update.