Ignore:
Timestamp:
10/20/13 17:28:37 (11 years ago)
Author:
tbretz
Message:
Added more missing std::
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcore/ofits.h

    r17264 r17274  
    1818
    1919#ifndef __MARS__
    20 #define gLog cerr
     20#ifndef gLog
     21#define gLog std::cerr
    2122#define ___err___   ""
    2223#define ___warn___  ""
    2324#define ___all___   ""
     25#endif
    2426#else
    2527#include "MLog.h"
Note: See TracChangeset for help on using the changeset viewer.