diff --git a/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp b/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp index ddc45c6693..e49e261d20 100644 --- a/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp +++ b/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp @@ -10,6 +10,13 @@ #include #endif /* __linux */ +/*-------ADD THIS ----------------*/ +/*----- Error --> strcasecmp was not declared ----*/ +#ifdef __GNUC__ +#include +#endif +/*-------ADD THIS ----------------*/ + #ifdef _MSC_VER #define strcasecmp _stricmp #endif