// Copyright (c) 2019-2020 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/PEGTL/ #ifndef TAO_JSON_PEGTL_REQUIRE_APPLY0_HPP #define TAO_JSON_PEGTL_REQUIRE_APPLY0_HPP #include "config.hpp" namespace TAO_JSON_PEGTL_NAMESPACE { struct require_apply0 {}; } // namespace TAO_JSON_PEGTL_NAMESPACE #endif