include <cstdint> in llmodel.h

This commit is contained in:
Aaron Miller 2023-05-04 17:01:32 -07:00 committed by AT
parent f291853e51
commit 019f6d0103

View File

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