diff options
author | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-23 20:27:31 -0400 |
---|---|---|
committer | Siddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com> | 2025-03-23 20:27:31 -0400 |
commit | b400e932ce310e856a5fcbc49ecce522c9cad1b3 (patch) | |
tree | 91eea37c01bda87b115b33c63c02dc41c192243f /inc/cache.h | |
parent | fab7d9dcf249762eeac89a11487856e7569c66d5 (diff) |
Initial GUI Commit
Diffstat (limited to 'inc/cache.h')
-rw-r--r-- | inc/cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cache.h b/inc/cache.h index ef9c9e4..88fd352 100644 --- a/inc/cache.h +++ b/inc/cache.h @@ -4,6 +4,7 @@ #include "storage.h" #include <array> #include <ostream> +#include <functional> class Cache : public Storage { |