Skip to content
Snippets Groups Projects
Commit b9da8158 authored by Andreas Traczyk's avatar Andreas Traczyk Committed by gerrit2
Browse files

audio: include <algorithm> header for std::min

- adds <algorithm> header.

Change-Id: I94212078ceda18fb93baaa5fb9c72b3e47b8c125
Tuleap: #790
parent 245da4de
Branches
Tags
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <limits> #include <limits>
#include <utility> // for std::pair #include <utility> // for std::pair
#include <cstring> #include <cstring>
#include <algorithm> // for std::min
namespace ring { namespace ring {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment