From 543601ce57763f8637fe9be428a91b0ebe4308c9 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Thu, 11 Mar 2021 19:33:53 -0800 Subject: [PATCH] fix BC4Encoder includes --- src/rgbcx/BC4/BC4Encoder.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgbcx/BC4/BC4Encoder.h b/src/rgbcx/BC4/BC4Encoder.h index eb5b73b..4bda401 100644 --- a/src/rgbcx/BC4/BC4Encoder.h +++ b/src/rgbcx/BC4/BC4Encoder.h @@ -21,6 +21,7 @@ #include #include +#include #include "../BlockEncoder.h" #include "../BlockView.h"