diff --git a/src/ccx_encoders_common.h b/src/ccx_encoders_common.h index b4f950da..7f921ec3 100644 --- a/src/ccx_encoders_common.h +++ b/src/ccx_encoders_common.h @@ -2,6 +2,7 @@ #define _CC_ENCODER_COMMON_H #include "ccx_common_structs.h" +#include "ccx_decoders_structs.h" #include "ccx_encoders_structs.h" #define REQUEST_BUFFER_CAPACITY(ctx,length) if (length>ctx->capacity) \