Skip to content

Commit

Permalink
Fix build with GCC 11. (Haivision#1806)
Browse files Browse the repository at this point in the history
The 'limits' header must be included explicitly.
  • Loading branch information
krop authored and rationalsa committed Jun 22, 2023
1 parent 009e67c commit a1054cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/sync.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//#define ENABLE_CXX17

#include <cstdlib>
#include <limits>
#ifdef ENABLE_STDCXX_SYNC
#include <chrono>
#include <thread>
Expand Down

0 comments on commit a1054cf

Please sign in to comment.