From 07a94842049afdae4af0062228364c470bbe267b Mon Sep 17 00:00:00 2001 From: Matthias Puchner <github@mpuchner.de> Date: Mon, 11 Oct 2021 16:05:03 +0200 Subject: [PATCH] add missing include for Windows --- GUI/Models/LayerItem.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/Models/LayerItem.h b/GUI/Models/LayerItem.h index 57cbc8f00c7..64dcf035bb5 100644 --- a/GUI/Models/LayerItem.h +++ b/GUI/Models/LayerItem.h @@ -17,6 +17,7 @@ #include "GUI/Models/ItemWithMaterial.h" #include "GUI/Models/SelectionDescriptor.h" +#include <variant> class LayerZeroRoughnessItem; class LayerBasicRoughnessItem; -- GitLab