From 19d8aeb010ffc967bf82986b7586b161364ab82f Mon Sep 17 00:00:00 2001 From: rtk0c Date: Tue, 8 Jun 2021 09:56:38 -0700 Subject: Fix includes --- core/src/Model/Workflow/Workflow.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'core/src/Model/Workflow/Workflow.hpp') diff --git a/core/src/Model/Workflow/Workflow.hpp b/core/src/Model/Workflow/Workflow.hpp index 8b3db8a..e5e434a 100644 --- a/core/src/Model/Workflow/Workflow.hpp +++ b/core/src/Model/Workflow/Workflow.hpp @@ -6,14 +6,13 @@ #include "cplt_fwd.hpp" #include -#include #include #include #include +#include #include #include #include -#include #include #include #include @@ -272,8 +271,8 @@ public: void WriteTo(std::ostream& stream); private: - std::pair AllocWorkflowConnection(); - std::pair&, size_t> AllocWorkflowStep(); + std::pair AllocWorkflowConnection(); + std::pair&, uint32_t> AllocWorkflowStep(); }; class WorkflowAssetList final : public AssetListTyped -- cgit v1.2.3-70-g09d2