.. _program_listing_file_include_hpp_fcl_coal.hpp: Program Listing for File coal.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``include/hpp/fcl/coal.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef HPP_FCL_COAL_HPP #define HPP_FCL_COAL_HPP #include #include #define COAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL // Don't setup warning because there can be ignored by -isystem #pragma message("Please update your includes from 'hpp/fcl' to 'coal'") #define HPP_FCL_VERSION_AT_LEAST(major, minor, patch) \ COAL_VERSION_AT_LEAST(major, minor, patch) #endif // COAL_FWD_HPP