Skip to content
Snippets Groups Projects
Commit ba781e92 authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch 'fix_gcc13_windows' into 'master'

Fix compile issues with GCC 13 on Windows

See merge request jvet/VVCSoftware_VTM!2616
parents b6a20aa7 23e742bb
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
#include <iomanip>
#include <limits>
#include <cstdlib>
#include <cstdint>
#if GREEN_METADATA_SEI_ENABLED
#include <fstream>
......
......@@ -46,6 +46,7 @@
#include <set>
#include <vector>
#include <cstdarg>
#include <cstdint>
#if K0149_BLOCK_STATISTICS
class CodingStructure;
......
......@@ -40,6 +40,7 @@
#include <map>
#include <vector>
#include <optional>
#include <cstdint>
template<class T> inline std::istream& operator>>(std::istream& in, std::optional<T>& value)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment