Skip to content

Commit

Permalink
+ <algorithm> header for min and max std functions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion authored May 4, 2024
1 parent 9f39c3e commit ec0d62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/imtui-impl-text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "imtui/imtui-impl-text.h"

#include <cmath>
#include <algorithm>
#include <vector>

#define ABS(x) ((x >= 0) ? x : -x)
Expand Down

0 comments on commit ec0d62d

Please sign in to comment.