Skip to content

Commit

Permalink
Add stdexcept include
Browse files Browse the repository at this point in the history
Add stdexcept include to fix error C2039: 'invalid_argument': is not a member of 'std'.
  • Loading branch information
Zhaojun-Liu authored Dec 12, 2023
1 parent 522f0f0 commit a58251e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/LightGBM/arrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <memory>
#include <utility>
#include <vector>
#include <stdexcept>

/* -------------------------------------- C DATA INTERFACE ------------------------------------- */
// The C data interface is taken from
Expand Down

0 comments on commit a58251e

Please sign in to comment.