mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-22 08:42:15 +02:00
fix wrong include
[SVN r50937]
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
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)
|
||||
==============================================================================*/
|
||||
#if !defined(FUSION_INCLUDE_REMOVE_IF)
|
||||
#define FUSION_INCLUDE_REMOVE_IF
|
||||
#if !defined(FUSION_INCLUDE_REMOVE)
|
||||
#define FUSION_INCLUDE_REMOVE
|
||||
|
||||
#include <boost/fusion/algorithm/transformation/remove_if.hpp>
|
||||
#include <boost/fusion/algorithm/transformation/remove.hpp>
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user