Skip to content

Commit

Permalink
Merge pull request #37 from Artturin/fixbuild1
Browse files Browse the repository at this point in the history
Fix `error: 'numeric_limits' is not a member of 'std'`
  • Loading branch information
alewycky-tenstorrent authored Jan 29, 2025
2 parents e8e660e + 9806cd7 commit 4d24239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/query_mappings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <string>
#include <cstddef>
#include <cstdint>
#include <limits>

#include <sys/ioctl.h>
#include <sys/mman.h>
Expand Down

0 comments on commit 4d24239

Please sign in to comment.