From 154ebea202d64669143ee6bb33f6327d141343c3 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 3 Mar 2024 02:48:44 +0800 Subject: refactor: reduce core prebuild headers and isolate core to modules --- src/core/function/gpg/GpgContext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/function/gpg/GpgContext.h') diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index d473a341..2a8f6fdd 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -28,6 +28,8 @@ #pragma once +#include + #include "core/function/SecureMemoryAllocator.h" #include "core/function/basic/GpgFunctionObject.h" -- cgit v1.2.3