From 811c8e1cd0a9dc66ca02d232589a72aa68227e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Pavl=C3=ADn?= Date: Thu, 6 Jun 2024 10:17:53 +0200 Subject: [PATCH] fic(cpp): add missing include --- cpp/negentropy/encoding.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/negentropy/encoding.h b/cpp/negentropy/encoding.h index c6d5bd6..80c38b5 100644 --- a/cpp/negentropy/encoding.h +++ b/cpp/negentropy/encoding.h @@ -1,5 +1,6 @@ #pragma once +#include #include