Changeset 351 in Sophya


Ignore:
Timestamp:
Aug 4, 1999, 5:24:34 PM (26 years ago)
Author:
ercodmgr
Message:

Portage KCC (il faut functional pour less<>) Reza 5/8/99

Location:
trunk/SophyaPI/PIext
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.h

    r349 r351  
    1313#include <vector>
    1414#include <map>
     15#include <functional>
    1516#if defined(__KCC__)
    1617using std::string ;
    1718#include <vector.h>
    1819#include <map.h>
     20#include <functional.h>
    1921#endif
    2022
  • trunk/SophyaPI/PIext/pistdimgapp.h

    r349 r351  
    99#include <string>
    1010#include <map>
     11#include <functional>
    1112#if defined(__KCC__)
    1213using std::string ;
    1314#include <map.h>
     15#include <functional.h>
    1416#endif
    1517
  • trunk/SophyaPI/PIext/servnobjm.h

    r344 r351  
    1111#include <list>
    1212#include <map>
     13#include <functional>
    1314#if defined(__KCC__)
    1415using std::string ;
    1516#include <list.h>
    1617#include <map.h>
     18#include <functional.h>
    1719#endif
    1820
Note: See TracChangeset for help on using the changeset viewer.