Changeset 10777 for trunk/FACT++/src
- Timestamp:
- 05/23/11 09:55:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r10773 r10777 1 1 #include <boost/bind.hpp> 2 2 #include <boost/array.hpp> 3 #if BOOST_VERSION < 104400 4 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4)) 5 #undef BOOST_HAS_RVALUE_REFS 6 #endif 7 #endif 3 8 #include <boost/thread.hpp> 4 9 //#include <boost/foreach.hpp>
Note:
See TracChangeset
for help on using the changeset viewer.