Skip to content

Commit

Permalink
tests: Fix missing <algorithm> include
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-lunarg committed Jul 9, 2024
1 parent 56e709d commit 429159d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layersvt/test/layer_test_helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <sstream>
#include <cstdlib>
#include <algorithm>
#include <cctype>

// TODO: When the layer path issue is resolved with CI (set outside of the tests) remove this function
Expand Down

0 comments on commit 429159d

Please sign in to comment.