diff options
Diffstat (limited to 'src/core/function/CacheManager.h')
-rw-r--r-- | src/core/function/CacheManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/CacheManager.h b/src/core/function/CacheManager.h index 7803c681..2126decb 100644 --- a/src/core/function/CacheManager.h +++ b/src/core/function/CacheManager.h @@ -32,7 +32,7 @@ #include <optional> #include <shared_mutex> -#include "core/GpgFunctionObject.h" +#include "core/function/basic/GpgFunctionObject.h" namespace GpgFrontend { |