mirror of
https://github.com/boostorg/statechart.git
synced 2026-01-21 17:32:16 +00:00
22 lines
655 B
C++
22 lines
655 B
C++
#ifndef PRECOMPILED_HPP
|
|
#define PRECOMPILED_HPP
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (c) Andreas Huber Doenni 2002-2004.
|
|
// Use, modification and distribution are subject to 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)
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#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
|