Skip to content

Commit

Permalink
Add missing headers for clang-tidy warnings
Browse files Browse the repository at this point in the history
Change-Id: I97edec8ecffdcc79b8f3528deb60a3a0332ea0cc
  • Loading branch information
jeromejj committed Sep 12, 2023
1 parent 1a1f50a commit d549cb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include "vpx/vp8dx.h"
#endif

#include "vpx/vpx_codec.h"

#if defined(_WIN32) || defined(__OS2__)
#include <io.h>
#include <fcntl.h>
Expand Down
1 change: 1 addition & 0 deletions vp9/encoder/arm/neon/vp9_quantize_neon.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <arm_neon.h>
#include <assert.h>
#include <math.h>
#include <stdint.h>

#include "./vpx_config.h"
#include "vpx_mem/vpx_mem.h"
Expand Down
2 changes: 2 additions & 0 deletions vp9/encoder/vp9_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
#include "vp9/encoder/vp9_tpl_model.h"
#include "vp9/vp9_cx_iface.h"

#include "vpx/vpx_ext_ratectrl.h"

#define AM_SEGMENT_ID_INACTIVE 7
#define AM_SEGMENT_ID_ACTIVE 0

Expand Down

0 comments on commit d549cb7

Please sign in to comment.