mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
cd8a3a547c
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
12 lines
399 B
Diff
12 lines
399 B
Diff
diff --git a/libinterp/corefcn/__magick_read__.cc b/libinterp/corefcn/__magick_read__.cc
|
|
--- a/libinterp/corefcn/__magick_read__.cc
|
|
+++ b/libinterp/corefcn/__magick_read__.cc
|
|
@@ -42,6 +42,8 @@
|
|
#include <Magick++.h>
|
|
#include <clocale>
|
|
|
|
+using Magick::Quantum; // https://savannah.gnu.org/bugs/?49653
|
|
+
|
|
// In theory, it should be enough to check the class:
|
|
// Magick::ClassType
|
|
// PseudoClass:
|