Skip to content

Commit

Permalink
Fix missing header
Browse files Browse the repository at this point in the history
limits seems implicitely included in debug mode but not in release.
  • Loading branch information
Benoit Chaigne authored and dbarbier committed Mar 4, 2024
1 parent 672ba6e commit cbd9aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scalar_array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#include <fstream>
#include <cmath>
#include <fcntl.h>
#include <limits>

#ifndef _WIN32
#include <sys/mman.h> // mmap
Expand Down

0 comments on commit cbd9aff

Please sign in to comment.