From d1bc99f514c7c064bdc1b1753b3016aeeb75a755 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 7 May 2018 21:31:42 -0500 Subject: [PATCH] Get access to LOG_WSTRING. --- src/GUI/Plater/Plate2D.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/Plater/Plate2D.cpp b/src/GUI/Plater/Plate2D.cpp index 54f8fd8c3..a80a9b3ca 100644 --- a/src/GUI/Plater/Plate2D.cpp +++ b/src/GUI/Plater/Plate2D.cpp @@ -5,6 +5,7 @@ #include "Point.hpp" #include "Log.hpp" #include "ClipperUtils.hpp" +#include "misc_ui.hpp" // wx includes #include