Merge pull request #5110

a3c26c2 Fixes for missing boost tuple.hpp header include. (randy-waterhouse)
pull/5119/head
Wladimir J. van der Laan 10 years ago
commit 7305620599
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

@ -17,6 +17,7 @@
#endif
#include <boost/thread.hpp>
#include <boost/tuple/tuple.hpp>
using namespace std;

@ -14,6 +14,7 @@
#include <vector>
#include <boost/test/unit_test.hpp>
#include <boost/tuple/tuple.hpp>
using namespace std;
using namespace boost::tuples;

Loading…
Cancel
Save