From a9f7f458f6c529e5fd570fde20be3be3521f85d8 Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Thu, 22 Jul 2021 07:29:37 +0100 Subject: [PATCH] Fixed import for CPP 17 --- plugins/common/plugin/NativeHelpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/common/plugin/NativeHelpers.cpp b/plugins/common/plugin/NativeHelpers.cpp index 7df142922..8f7f0aee9 100644 --- a/plugins/common/plugin/NativeHelpers.cpp +++ b/plugins/common/plugin/NativeHelpers.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #if defined(_WIN32) #include