From 5e3e5492487690fb48cd7c4bb0b7e0e019e30a5c Mon Sep 17 00:00:00 2001 From: bubnikv <bubnikv@gmail.com> Date: Thu, 5 Dec 2019 13:05:36 +0100 Subject: [PATCH] Fix of OSX compilation - forward declaration of Semver --- src/slic3r/Utils/PresetUpdater.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/Utils/PresetUpdater.hpp b/src/slic3r/Utils/PresetUpdater.hpp index 3a0f19893..e18695828 100644 --- a/src/slic3r/Utils/PresetUpdater.hpp +++ b/src/slic3r/Utils/PresetUpdater.hpp @@ -11,6 +11,7 @@ namespace Slic3r { class AppConfig; class PresetBundle; +class Semver; class PresetUpdater {