From a7d5afa77ff2867d7d3db5cf8bd81d76b958708c Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 23 Nov 2024 01:05:01 -0600 Subject: [PATCH] config.hpp --- src/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.hpp b/src/config.hpp index 023f9a41..e788f5e9 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -16,6 +16,8 @@ #pragma once +#include "func_getattr_ff.hpp" + #include "branches.hpp" #include "category.hpp" #include "config_cachefiles.hpp"