Skip to content

Commit

Permalink
Merge pull request #184 from ricardomatias/adenv-include-fix
Browse files Browse the repository at this point in the history
Fix missing <limits> include
  • Loading branch information
stephenhensley committed Jun 12, 2023
2 parents 7364d0b + 483d5b2 commit 49c8234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Control/adenv.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <algorithm>
#include <limits>
#include <math.h>
#include "adenv.h"

Expand Down

0 comments on commit 49c8234

Please sign in to comment.