Files
statechart/example/Camera/Precompiled.hpp
2004-11-13 19:44:35 +00:00

21 lines
657 B
C++

#ifndef BOOST_FSM_EXAMPLE_PRECOMPILED_HPP
#define BOOST_FSM_EXAMPLE_PRECOMPILED_HPP
//////////////////////////////////////////////////////////////////////////////
// (c) Copyright Andreas Huber Doenni 2002-2004
// Distributed under the Boost Software License, Version 1.0. (See accompany-
// ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//////////////////////////////////////////////////////////////////////////////
#include <boost/fsm/state_machine.hpp>
#include <boost/fsm/event.hpp>
#include <boost/fsm/simple_state.hpp>
#include <boost/fsm/custom_reaction.hpp>
#include <boost/mpl/list.hpp>
#include <iostream>
#endif