From 64a6dbcfdb89a5f57d93d47a2be0c741dda4662d Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 15 Aug 2021 09:17:02 -0700 Subject: Fix issues and cleanup - Fix compile error on MSVC where is not included properly - Fix creating a workflow actually saves to the templates/ directory - Fix renaming assets are not saved to disk - TODO ser/deser still not working - Cleanup AssetList::* pure virtual setup (fewer splits) --- core/src/Model/Workflow/Value.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/Model/Workflow/Value.hpp') diff --git a/core/src/Model/Workflow/Value.hpp b/core/src/Model/Workflow/Value.hpp index ed35349..2198674 100644 --- a/core/src/Model/Workflow/Value.hpp +++ b/core/src/Model/Workflow/Value.hpp @@ -1,11 +1,12 @@ #pragma once -#include "cplt_fwd.hpp" #include "Utils/Color.hpp" +#include "cplt_fwd.hpp" #include #include #include +#include class BaseValue { -- cgit v1.2.3-70-g09d2