aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/Cache.hpp')
-rw-r--r--include/dchat/Cache.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dchat/Cache.hpp b/include/dchat/Cache.hpp
index debcd5b..62df621 100644
--- a/include/dchat/Cache.hpp
+++ b/include/dchat/Cache.hpp
@@ -3,6 +3,7 @@
#include "types.hpp"
#include "WebPagePreview.hpp"
#include "StringView.hpp"
+#include "utils.hpp"
#include <boost/filesystem/path.hpp>
#include <string>
#include <unordered_map>
@@ -64,6 +65,7 @@ namespace dchat
class Cache
{
+ DISABLE_COPY(Cache)
public:
// @createGifFunc can't be nullptr
Cache(CreateGifFunc createGifFunc);