diff --git a/core/file_cache.h b/core/file_cache.h index 4c29e81..bf11c8c 100644 --- a/core/file_cache.h +++ b/core/file_cache.h @@ -8,7 +8,12 @@ #include #include "core/threading/rw_lock.h" -class FileCache { +#include "core/object.h" + + +class FileCache : Object { + RCPP_OBJECT(FileCache, Object); + public: String wwwroot; int cache_invalidation_time;