diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-08-17 15:21:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 15:21:42 +1000 |
commit | e753185314334cc0733ed74156309ab4afc03a3c (patch) | |
tree | bbe7dc7e4f25ba7fb123fa4332e9e59fcf685d29 | |
parent | 5862da7009e7053462c8ac4d10e012baa3bd038e (diff) | |
parent | b59719ec2bf934720406f5528ea1905646250bac (diff) |
Merge pull request #25627 from neo1973/backport_25607
[backport] TestConversionMatrix: Add missing `<iomanip>` include
-rw-r--r-- | xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test/TestConversionMatrix.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test/TestConversionMatrix.cpp b/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test/TestConversionMatrix.cpp index cdc8b91e0e..18f76ace0d 100644 --- a/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test/TestConversionMatrix.cpp +++ b/xbmc/cores/VideoPlayer/VideoRenderers/VideoShaders/test/TestConversionMatrix.cpp @@ -10,6 +10,7 @@ #include "cores/VideoPlayer/VideoRenderers/VideoShaders/ConversionMatrix.h" #include "xbmc/utils/MathUtils.h" +#include <iomanip> #include <iostream> #include <gtest/gtest.h> |