Skip to content

Commit

Permalink
Include <algorithm> and <vector> in IrUtils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vrn-sn committed Jan 17, 2025
1 parent c6e2b53 commit 76e0958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CodeGen/src/IrUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
#include "lua.h"
#include "lnumutils.h"

#include <algorithm>
#include <vector>

#include <limits.h>
#include <math.h>

Expand Down

0 comments on commit 76e0958

Please sign in to comment.