StdInc.h 520 B

1234567891011121314
  1. #pragma once
  2. #include "../Global.h"
  3. #include <boost/crc.hpp>
  4. #include <boost/date_time/posix_time/posix_time_types.hpp> //no i/o just types
  5. //#include <boost/interprocess/mapped_region.hpp>
  6. //#include <boost/interprocess/shared_memory_object.hpp>
  7. #include <boost/random/linear_congruential.hpp>
  8. #include <boost/random/mersenne_twister.hpp>
  9. #include <boost/random/poisson_distribution.hpp>
  10. #include <boost/random/variate_generator.hpp>
  11. #include <boost/system/system_error.hpp>
  12. //#include <boost/asio.hpp>