From 24dbcd27ab16b1b3f14ba931f6bfd73067b72a39 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 10 Jul 2020 13:03:36 +0200 Subject: [PATCH] add compilation warning --- zstdwrap.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zstdwrap.hh b/zstdwrap.hh index 11a07fb..0cb9d85 100644 --- a/zstdwrap.hh +++ b/zstdwrap.hh @@ -1,6 +1,7 @@ #pragma once #include -#include // can't easily be moved to zstdwrap.cc, trust me +#include // apt-get install libzstd-dev if you miss this. +// can't easily be moved to zstdwrap.cc, trust me #include #include #include