Skip to content

Commit

Permalink
make the lib compilable for gcc14 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow authored Aug 21, 2024
1 parent a2f849f commit 4d8430e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gtil/postprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#ifndef SRC_GTIL_POSTPROCESSOR_H_
#define SRC_GTIL_POSTPROCESSOR_H_

#include <cstdint>
#include <string>

namespace treelite {
Expand Down
1 change: 1 addition & 0 deletions src/model_loader/detail/xgboost.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*/
#include "./xgboost.h"

#include <algorithm>
#include <cstddef>
#include <fstream>
#include <string>
Expand Down

0 comments on commit 4d8430e

Please sign in to comment.