mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
bit_reader.h: correct include
use webp/types.h rather than webp/decode_vp8.h Change-Id: I9c6da04b92ff00d6dac47ce3eb0bcb2d6a96712d
This commit is contained in:
parent
231ec1fb6d
commit
1bd0bd0d4d
@ -18,7 +18,7 @@
|
||||
#include <stdlib.h> // _byteswap_ulong
|
||||
#endif
|
||||
#include <string.h> // For memcpy
|
||||
#include "../webp/decode_vp8.h"
|
||||
#include "../webp/types.h"
|
||||
|
||||
#if defined(__cplusplus) || defined(c_plusplus)
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user