From 5b103116c5b6215f7508746dab582b2378088fb6 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Mon, 3 Feb 2020 09:24:58 +0100 Subject: [PATCH] Added missed include under OSX --- src/slic3r/GUI/BitmapCache.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/BitmapCache.hpp b/src/slic3r/GUI/BitmapCache.hpp index 255cf5495..dd3e6ffc0 100644 --- a/src/slic3r/GUI/BitmapCache.hpp +++ b/src/slic3r/GUI/BitmapCache.hpp @@ -1,6 +1,8 @@ #ifndef SLIC3R_GUI_BITMAP_CACHE_HPP #define SLIC3R_GUI_BITMAP_CACHE_HPP +#include + #include #ifndef WX_PRECOMP #include