Commit 3525f49b by Edward Smith-Rowland Committed by Edward Smith-Rowland

Added <initializer_list> to precompiled/stdc++.h.

From-SVN: r152701
parent 35fcb6ba
2009-10-13 Edward Smith-Rowland <3dw4rd@verizon.net>
* include/precompiled/stdc++.h: Include <initializer_list> for completeness.
2009-10-12 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/random.h (class linear_congruential_engine,
......
......@@ -101,6 +101,7 @@
#include <condition_variable>
#include <forward_list>
#include <future>
#include <initializer_list>
#include <mutex>
#include <random>
#include <ratio>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment