forked from boostorg/algorithm
Added #include <ctime> to fix tests on gcc 4.7
[SVN r83063]
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#define BOOST_TEST_MAIN
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <ctime> // for clock_t
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
@ -14,6 +14,7 @@
|
||||
#define BOOST_TEST_MAIN
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <ctime> // for clock_t
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
Reference in New Issue
Block a user