Browse Source

Add missing includes. Without them g++ 3.4 can't compile the following
program:

#include <boost/random.hpp>
using namespace boost;
boost::mt19937 rng;
uniform_int<> gen(0, 10);

void do_it()
{
gen(rng);
}


[SVN r25475]

Vladimir Prus 21 năm trước cách đây
mục cha
commit
91fd2d168f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      libs/random

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 3e53b922c78a885babcf90e3415816ff2d038b86
+Subproject commit 27ecfe77d4ec2799ec0a4a6a79db8452d594817b

粤ICP备19079148号