summaryrefslogtreecommitdiff
path: root/boost/spirit/home/phoenix/fusion.hpp
blob: 2d0d699672aecee79324d3a740c8d2a10d6fefb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*=============================================================================
    Copyright (c) 2007 Joel de Guzman

    Distributed under the Boost Software License, Version 1.0. (See accompanying
    file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#ifndef PHOENIX_FUSION_HPP
#define PHOENIX_FUSION_HPP

#include <boost/spirit/home/phoenix/fusion/at.hpp>

#endif