Forward declaration of 'mapnik::rule' is not sufficient when building on macOS :

Apple clang version 14.0.3 (clang-1403.0.22.14.1)
Target: arm64-apple-darwin22.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
This commit is contained in:
Artem Pavlenko 2023-09-15 14:46:29 +01:00
parent cb352ac609
commit d69a0902d4

View file

@ -28,7 +28,7 @@
#include <mapnik/enumeration.hpp>
#include <mapnik/image_filter_types.hpp>
#include <mapnik/image_compositing.hpp>
#include <mapnik/rule.hpp>
#include <mapnik/warning.hpp>
MAPNIK_DISABLE_WARNING_PUSH
#include <mapnik/warning_ignore.hpp>
@ -41,8 +41,6 @@ MAPNIK_DISABLE_WARNING_POP
namespace mapnik {
class rule;
enum class filter_mode_enum { FILTER_ALL, FILTER_FIRST, filter_mode_enum_MAX };
DEFINE_ENUM(filter_mode_e, filter_mode_enum);