Fix includes.

This commit is contained in:
Kohei Takahashi
2015-03-22 12:24:18 +09:00
parent 8c72a0012f
commit 67f0863cdd
3 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/algorithm/auxiliary/copy.hpp>
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
#include <boost/fusion/algorithm/auxiliary/move.hpp>
#endif
#endif