From: <mk...@us...> - 2003-11-02 21:11:22
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source In directory sc8-pr-cvs1:/tmp/cvs-serv27457/Source Modified Files: InterfaceRegistry.cpp Log Message: Index: InterfaceRegistry.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/InterfaceRegistry.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** InterfaceRegistry.cpp 24 Oct 2003 06:44:13 -0000 1.14 --- InterfaceRegistry.cpp 2 Nov 2003 21:11:19 -0000 1.15 *************** *** 39,42 **** --- 39,43 ---- #include <string> #include <vector> + #include <algorithm> using std::cout; |