Changeset 10015 for trunk/mgpp


Ignore:
Timestamp:
2005-06-05T03:37:38+12:00 (19 years ago)
Author:
cs025
Message:

Fixes for Mac OS X/Darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mgpp/jni/MGPPWrapperImpl.cpp

    r9778 r10015  
    11#ifdef __WIN32__
    22#include <WIN32cfg.h>
     3#include <strstream>
     4#else
     5#ifdef __APPLE__
     6#include <strstream>
     7#include <sstream>
     8#else
     9#include <iostream.h>
     10#include <strstream.h>
     11#include <sstream>
    312#endif
    4 
    5 #include <sstream>
     13#endif
    614
    715#include <jni.h>
Note: See TracChangeset for help on using the changeset viewer.