Skip to content

Commit

Permalink
Fix missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Oct 24, 2024
1 parent 469fc78 commit 27a8c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/treelite/model_loader.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define TREELITE_MODEL_LOADER_H_

#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <string_view>
Expand Down

0 comments on commit 27a8c7a

Please sign in to comment.