darbyjohnston / DJV

Professional media review software for VFX, animation, and film production
https://darbyjohnston.github.io/DJV/
BSD 3-Clause "New" or "Revised" License
658 stars 58 forks source link

Gcc 12 and later fixes #477

Closed trofi closed 1 year ago

trofi commented 1 year ago

Added inclusion for a few missing headers that came up after system header cleanup in gcc-12 and gcc-13 upstream:

  lib/djvMath/MathInline.h: add missing <limits> include
  lib/djvAudio/Type.h: add missing <cstdint> include
  lib/djvAV/ThumbnailSystem.h: add missinf "IO.h" include
  lib/djvAV/SequenceIO.cpp: add missing '<thread>' include