From eb1e3666aeb7dc3b69824b71b2341ab93c4051bc Mon Sep 17 00:00:00 2001 From: powturbo Date: Mon, 16 Jan 2017 19:31:57 +0100 Subject: [PATCH] . --- bitpack.h | 1 + vp4.h | 1 + 2 files changed, 2 insertions(+) diff --git a/bitpack.h b/bitpack.h index 049363f..cf8246b 100644 --- a/bitpack.h +++ b/bitpack.h @@ -29,6 +29,7 @@ extern "C" { #endif #include +#include //******************** Bit Packing High Level API - n unlimited *************************************************** size_t bitnpack8( uint8_t *__restrict in, size_t n, unsigned char *__restrict out); diff --git a/vp4.h b/vp4.h index b867f95..17be982 100644 --- a/vp4.h +++ b/vp4.h @@ -29,6 +29,7 @@ extern "C" { #endif #include +#include //************************************************ High level API - n unlimited **************************************************** // Compress integer array with n values to the buffer out. // Return value = number of bytes written to compressed buffer out