include <cstdint> in llmodel.h

This commit is contained in:
Aaron Miller 2023-05-04 17:01:32 -07:00 committed by AT
parent 01e582f15b
commit 56e9fd7e63

View File

@ -4,6 +4,7 @@
#include <string> #include <string>
#include <functional> #include <functional>
#include <vector> #include <vector>
#include <cstdint>
class LLModel { class LLModel {
public: public: