StdInc.h 565 B

1234567891011121314151617181920
  1. /*
  2. * StdInc.h, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #pragma once
  11. #include "../Global.h"
  12. #include <boost/crc.hpp>
  13. #include <boost/date_time/posix_time/posix_time_types.hpp> //no i/o just types
  14. #include <boost/random/linear_congruential.hpp>
  15. #include <boost/random/mersenne_twister.hpp>
  16. #include <boost/random/variate_generator.hpp>
  17. #include <boost/system/system_error.hpp>