From 110f617925b425902a8926dc6626f3a0cf223b5c Mon Sep 17 00:00:00 2001 From: Auke Klazema <klazema@astron.nl> Date: Wed, 8 Mar 2017 07:17:01 +0000 Subject: [PATCH] Task #10253: Turned the raw pointers that did not need to be raw into unique_ptr --- MAC/WinCCServices/src/WinCCWrapperImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MAC/WinCCServices/src/WinCCWrapperImpl.h b/MAC/WinCCServices/src/WinCCWrapperImpl.h index f1a495603e7..c8a2270d7b1 100644 --- a/MAC/WinCCServices/src/WinCCWrapperImpl.h +++ b/MAC/WinCCServices/src/WinCCWrapperImpl.h @@ -24,6 +24,7 @@ #include <vector> #include <Manager.hxx> +#include <Basics/Utilities/Types.hxx> #include "WinCCWrapper.h" #include "HotLinkWaitForAnswerFactory.h" -- GitLab