Changeset 11264 for trunk/FACT++/src/fscctrl.cc
- Timestamp:
- 07/06/11 13:51:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fscctrl.cc
r11253 r11264 1 1 #include <boost/bind.hpp> 2 2 #include <boost/array.hpp> 3 #if BOOST_VERSION < 1044004 #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 4))5 #undef BOOST_HAS_RVALUE_REFS6 #endif7 #endif8 #include <boost/thread.hpp>9 3 #include <boost/asio/error.hpp> 10 4 #include <boost/asio/deadline_timer.hpp> … … 20 14 21 15 #include "tools.h" 22 23 #include "LocalControl.h"24 16 25 17
Note:
See TracChangeset
for help on using the changeset viewer.