Skip to content

Commit

Permalink
Add missing #include <algorithm> in c74_min_limit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelgk committed Dec 5, 2024
1 parent 65a663c commit 663c117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/c74_min_limit.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/// @copyright Copyright 2018 The Min-API Authors. All rights reserved.
/// @license Use of this source code is governed by the MIT License found in the License.md file.
#pragma once
#include <algorithm>

namespace c74::min {

Expand Down

0 comments on commit 663c117

Please sign in to comment.