aboutsummaryrefslogtreecommitdiff
path: root/src/kristall.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kristall.hpp')
-rw-r--r--src/kristall.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kristall.hpp b/src/kristall.hpp
index e3403c0..cd863dd 100644
--- a/src/kristall.hpp
+++ b/src/kristall.hpp
@@ -11,6 +11,7 @@
#include "favouritecollection.hpp"
#include "protocolsetup.hpp"
#include "documentstyle.hpp"
+#include "cachehandler.hpp"
enum class Theme : int
{
@@ -92,6 +93,8 @@ namespace kristall
extern DocumentStyle document_style;
+ extern CacheHandler cache;
+
namespace trust {
extern SslTrust gemini;
extern SslTrust https;