After adding the include, I am continuing to get the same error:
Code:
In file included from clientlist.cpp:25:
clientlist.h:45: warning: ‘typedef’ was ignored in this declaration
clientlist.cpp: In function ‘std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > ParseRecipients(std::string)’:
clientlist.cpp:229: error: ‘sort’ was not declared in this scope
clientlist.cpp:231: error: ‘unique’ was not declared in this scope
clientlist.cpp: In function ‘void ProcessMailTo(Client*, std::string)’:
clientlist.cpp:322: warning: format not a string literal and no format arguments
clientlist.cpp:323: warning: format not a string literal and no format arguments
clientlist.cpp: In function ‘void ProcessCommandBuddy(Client*, std::string)’:
clientlist.cpp:417: warning: format not a string literal and no format arguments
clientlist.cpp:421: warning: format not a string literal and no format arguments
clientlist.cpp: In function ‘void ProcessCommandIgnore(Client*, std::string)’:
clientlist.cpp:467: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::SendMailBoxes()’:
clientlist.cpp:933: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::JoinChannels(std::string)’:
clientlist.cpp:1090: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::LeaveChannels(std::string)’:
clientlist.cpp:1178: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::SendChannelList()’:
clientlist.cpp:1262: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::SendChannelMessage(std::string)’:
clientlist.cpp:1284: warning: suggest explicit braces to avoid ambiguous ‘else’
clientlist.cpp: In member function ‘void Client::SendChannelMessage(std::string, std::string, Client*)’:
clientlist.cpp:1438: warning: format not a string literal and no format arguments
clientlist.cpp:1439: warning: format not a string literal and no format arguments
clientlist.cpp:1440: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::AnnounceJoin(ChatChannel*, Client*)’:
clientlist.cpp:1472: warning: format not a string literal and no format arguments
clientlist.cpp:1473: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::AnnounceLeave(ChatChannel*, Client*)’:
clientlist.cpp:1492: warning: format not a string literal and no format arguments
clientlist.cpp:1493: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::GeneralChannelMessage(std::string)’:
clientlist.cpp:1518: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::ChannelModerate(std::string)’:
clientlist.cpp:1797: warning: suggest explicit braces to avoid ambiguous ‘else’
clientlist.cpp: In member function ‘void Client::SendNotification(int, std::string, std::string, int)’:
clientlist.cpp:2197: warning: format not a string literal and no format arguments
clientlist.cpp:2198: warning: format not a string literal and no format arguments
clientlist.cpp:2200: warning: format not a string literal and no format arguments
clientlist.cpp:2201: warning: format not a string literal and no format arguments
clientlist.cpp: In member function ‘void Client::SendFriends()’:
clientlist.cpp:2251: warning: format not a string literal and no format arguments
clientlist.cpp:2274: warning: format not a string literal and no format arguments
make[1]: *** [clientlist.o] Error 1