Skip to content

Commit

Permalink
Merge pull request #1367 from pstef/master
Browse files Browse the repository at this point in the history
Fix error: ‘clamp’ is not a member of ‘std’
  • Loading branch information
jpd002 committed Apr 9, 2024
2 parents 8445595 + 7c55685 commit 8f9fab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ee/IPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <cassert>
#include <cstring>
#include <stdio.h>
#include <algorithm>
#include <exception>
#include <functional>
#include "maybe_unused.h"
Expand Down

0 comments on commit 8f9fab3

Please sign in to comment.