Skip to content
Snippets Groups Projects
Unverified Commit d4da52bb authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #3444 from bunnei/linux-audio-fix

audio_core: interpolate: Fix include for climits (Linux build break).
parents 19bce368 f5cf6714
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
#define _USE_MATH_DEFINES #define _USE_MATH_DEFINES
#include <algorithm> #include <algorithm>
#include <climits>
#include <cmath> #include <cmath>
#include <limits>
#include <vector> #include <vector>
#include "audio_core/algorithm/interpolate.h" #include "audio_core/algorithm/interpolate.h"
#include "common/common_types.h" #include "common/common_types.h"
......
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