Changeset 8187


Ignore:
Timestamp:
2004-09-30T01:49:32+12:00 (20 years ago)
Author:
cs025
Message:

Fixed header usage of <vector> which did not get picked up by #includes
properly on Mac OS X 1.3 (Jaguar).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/corbatext_t.mpp

    r1860 r8187  
    11// standard headers
     2#if defined(GSDL_USE_STL_H)
    23#include <iostream.h>
    34#include <fstream.h>
     5#include <vector.h>
     6#else
     7#include <iostream>
     8#include <fstream>
     9#include <vector>
     10#endif
    411
    512// protocol headers
Note: See TracChangeset for help on using the changeset viewer.