X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FPhoenix.hh;h=40fcd96253c54cf548cae855b997c39085e0536d;hb=73c33f663ff0f65e4656ea5a5f6f07a43a2e1722;hp=773bc5a0445a89e1dc3e27090648102ba789dd14;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Phoenix.hh b/senf/Utils/Phoenix.hh index 773bc5a..40fcd96 100644 --- a/senf/Utils/Phoenix.hh +++ b/senf/Utils/Phoenix.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -27,7 +27,13 @@ #define HH_SENF_Utils_Phoenix_ 1 // Custom includes -#include +#include + +#if HAVE_BOOST_SPIRIT_INCLUDE_CLASSIC_HPP +# include +#else +# include +#endif //#include "Phoenix.mpp" #include "Phoenix.ih" @@ -37,7 +43,7 @@ namespace senf { namespace phoenix { - + /** \brief \c push_back phoenix functor push_back(c, x) := c.push_back(x)