Changeset 10367


Ignore:
Timestamp:
04/14/11 15:24:42 (14 years ago)
Author:
tbretz
Message:
Added missing includes.
Location:
trunk/FACT++/src
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r10366 r10367  
    1515// **************************************************************************
    1616#include "Fits.h"
     17
     18#include "Time.h"
     19#include "Converter.h"
     20
     21using namespace std;
     22
    1723// --------------------------------------------------------------------------
    1824//
  • trunk/FACT++/src/Fits.h

    r10366 r10367  
    1 #ifndef FITS_H_
    2 #define FITS_H_
     1#ifndef FACT_Fits
     2#define FACT_Fits
    33
    44#include <CCfits/CCfits>
    55#include <vector>
    6 #include <iostream>
    76
    87#include "Description.h"
    98
    109using namespace CCfits;
     10
     11class Converter;
    1112
    1213class Fits
Note: See TracChangeset for help on using the changeset viewer.