I'm facing the program as bellow.

in ubuntu ,qt4.6 platform.

I download an open-source project with QT gui, I open the project with QT creator,after I compiled the project, error occur.
as bellow:
a header file named "config.h", the error message is ISO C++ forbids declaration of 'list' with no type
/home/share/trunk/config.h


I don't know what to do it.
the file 'config.h' have include <list>

Qt Code:
  1. #include <list>
To copy to clipboard, switch view to plain text mode 

why? is the list library not in IOS C++ library? the QT4 don't surport it now?