Changeset 19991


Ignore:
Timestamp:
09/05/20 23:38:15 (4 years ago)
Author:
tbretz
Message:
Root 6.22 requires additonal explicit includes.
Location:
trunk/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mastro/MAstroCatalog.cc

    r19306 r19991  
    142142#include <TGToolTip.h>  // TGToolTip
    143143#include <TPaveText.h>  // TPaveText
     144#include <TVirtualX.h>  // gVirtualX <6.22>
    144145
    145146#include <TH1.h>        // TH1F
  • trunk/Mars/mbase/MGMenu.cc

    r19291 r19991  
    3030#include "MGMenu.h"
    3131
     32#include <TVirtualX.h> // gVirtualX <6.22>
     33
    3234#if ROOT_VERSION_CODE < ROOT_VERSION(6,00,00)
    3335MGMenuEntry::MGMenuEntry(TGMenuEntry *ent)
  • trunk/Mars/mbase/MStatusDisplay.cc

    r19414 r19991  
    8888#include <TMethodCall.h>          // TMethodCall
    8989
     90#include <TVirtualX.h>            // gVirtualX <6.22>
    9091#include <TInterpreter.h>         // gInterpreter
    9192
  • trunk/Mars/mbase/MTime.cc

    r18592 r19991  
    7979
    8080#include <TTime.h>
     81#include <TDatime.h>  // root 6.22
    8182
    8283#include "MLog.h"
Note: See TracChangeset for help on using the changeset viewer.