aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/host1x/codecs/vp9.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-07-01 22:38:18 -0400
committerGitHub <noreply@github.com>2023-07-01 22:38:18 -0400
commit971b89b979cb3b903263234f3a6fdd2bceb03cbe (patch)
treed32c8012765d9d94c57292ddfac3f84ec247a6e1 /src/video_core/host1x/codecs/vp9.cpp
parent7f5ccd015137662247d39b723d120a18f380fa3e (diff)
parent1a46823ec59b0ad4556e494c0488d5a8160aa19b (diff)
Merge pull request #10970 from Morph1984/thing
general: Misc changes that did not deserve their own PRs
Diffstat (limited to 'src/video_core/host1x/codecs/vp9.cpp')
-rw-r--r--src/video_core/host1x/codecs/vp9.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/host1x/codecs/vp9.cpp b/src/video_core/host1x/codecs/vp9.cpp
index cf40c9012..306c3d0e8 100644
--- a/src/video_core/host1x/codecs/vp9.cpp
+++ b/src/video_core/host1x/codecs/vp9.cpp
@@ -3,6 +3,7 @@
#include <algorithm> // for std::copy
#include <numeric>
+
#include "common/assert.h"
#include "video_core/host1x/codecs/vp9.h"
#include "video_core/host1x/host1x.h"