Skip to content

Commit

Permalink
Include <cerrno> w/ use of errno for portability.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbartel authored and PhilMiller committed Nov 27, 2023
1 parent c41b052 commit 51d4dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/utilities/CSV_Reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <string>
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <cerrno>

/*
* @brief A class to read data from a csv file.
Expand Down

0 comments on commit 51d4dbd

Please sign in to comment.