LLVM head build fails with Visual Studio 2005

LLVM head build fails with Visual Studio 2005 with the following error:

11>D:\Projects\llvm\include\llvm/Assembly/Writer.h(54) : error C2039: ‘string’ : is not a member of ‘std’

Obviously #include is missing.

Best regards,

Victor