mirror of
https://github.com/boostorg/statechart.git
synced 2026-01-26 19:12:09 +00:00
23 lines
751 B
C++
23 lines
751 B
C++
#ifndef PRECOMPILED_HPP
|
|
#define PRECOMPILED_HPP
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
// Copyright (c) 2002-2003 Andreas Huber Doenni, Switzerland
|
|
// Permission to copy, use, modify, sell and distribute this software
|
|
// is granted provided this copyright notice appears in all copies.
|
|
// This software is provided "as is" without express or implied
|
|
// warranty, and with no claim as to its suitability for any purpose.
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#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
|