Changeset 11518 for trunk/FACT++/src


Ignore:
Timestamp:
07/21/11 13:28:14 (13 years ago)
Author:
tbretz
Message:
Fixed includes for g++ 4.5.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimWriteStatistics.h

    r11418 r11518  
    22#define FACT_DimWriteStatistics
    33
     4#include <set>
     5#include <string>
     6
     7// Keep these two together! Otheriwse it won't compile
     8#include <boost/bind.hpp>
     9#if BOOST_VERSION < 104400
     10#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))
     11#undef BOOST_HAS_RVALUE_REFS
     12#endif
     13#endif
     14#include <boost/thread.hpp>
     15
    416#include "MessageImp.h"
    517#include "DimDescriptionService.h"
    6 
    7 #include <boost/thread.hpp>
    8 
    9 #include <string>
    10 #include <set>
    1118
    1219class DimWriteStatistics
     
    5663    ///Constructor
    5764    DimWriteStatistics(const std::string& serverName, MessageImp &log);
     65
    5866    ///Default destructor
    5967    ~DimWriteStatistics();
Note: See TracChangeset for help on using the changeset viewer.