From 5e2f790ee6f16e8637b149ee362e4db4f722381a Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Mon, 1 Mar 2021 22:45:09 -0800 Subject: [PATCH] fix missing Histogram --- src/BC1/OrderTable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/BC1/OrderTable.h b/src/BC1/OrderTable.h index 0a3a901..31914fd 100644 --- a/src/BC1/OrderTable.h +++ b/src/BC1/OrderTable.h @@ -27,10 +27,9 @@ #include #include "../Vector4.h" +#include "Histogram.h" namespace rgbcx { -template class Histogram; - template class OrderTable { public: static constexpr unsigned HashCount = 1 << ((N - 1) * 4); // 16**(N-1)