Changeset 3013 for trunk/rms

Show
Ignore:
Timestamp:
09/10/02 08:06:45 (6 years ago)
Author:
emostar
Message:

GCC3 patch by Edwin Chan

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rms/src/rms.h

    r2478 r3013  
    88#include "licq_socket.h" 
    99 
     10#include <list> 
    1011 
    1112class CICQDaemon; 
     
    1617class ICQEvent; 
    1718class CLogService_Plugin; 
     19 
     20using namespace std; 
    1821 
    1922const unsigned short MAX_LINE_LENGTH = 1024 * 1;