From aaeeef6d9c5189a4af909a4e18da25ffeacfdb80 Mon Sep 17 00:00:00 2001 From: Vojtech Kral <vojtech@kral.hk> Date: Mon, 18 Feb 2019 12:33:24 +0100 Subject: [PATCH] Fix build: Missing include --- src/slic3r/Utils/PresetUpdater.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp index d3f54ed15..7f40b1cc8 100644 --- a/src/slic3r/Utils/PresetUpdater.cpp +++ b/src/slic3r/Utils/PresetUpdater.cpp @@ -15,6 +15,7 @@ #include <wx/app.h> #include <wx/event.h> #include <wx/msgdlg.h> +#include <wx/event.h> #include "libslic3r/libslic3r.h" #include "libslic3r/Utils.hpp"