From fe8dfb9c9b4a4bab5a5d1d19fe09750d2147ee6d Mon Sep 17 00:00:00 2001 From: Enrico Turri <enricoturri@seznam.cz> Date: Fri, 2 Feb 2018 13:56:25 +0100 Subject: [PATCH] GCode Preview - fixed Linux build (include in GUI.cpp) 2nd attempt --- xs/src/slic3r/GUI/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/slic3r/GUI/GUI.cpp b/xs/src/slic3r/GUI/GUI.cpp index 1f09f19a8..749ed0c69 100644 --- a/xs/src/slic3r/GUI/GUI.cpp +++ b/xs/src/slic3r/GUI/GUI.cpp @@ -25,7 +25,7 @@ #include <wx/sizer.h> #include <wx/combo.h> -#include "../../slic3r/gui/wxextensions.hpp" +#include "wxExtensions.hpp" namespace Slic3r { namespace GUI {