Fix adapt_struct test which was missing an using keyword.

This commit is contained in:
Damien Buhl (alias daminetreg)
2014-06-14 11:40:51 +02:00
parent 9a501785e6
commit f0eab528e9

View File

@ -107,6 +107,7 @@ main()
{
using namespace boost::fusion;
using namespace boost;
using ns::point;
std::cout << tuple_open('[');
std::cout << tuple_close(']');