diff options
Diffstat (limited to 'klm/lm/quantize.hh')
-rw-r--r-- | klm/lm/quantize.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klm/lm/quantize.hh b/klm/lm/quantize.hh index 4cf4236e..6d130a57 100644 --- a/klm/lm/quantize.hh +++ b/klm/lm/quantize.hh @@ -9,7 +9,7 @@ #include <algorithm> #include <vector> -#include <inttypes.h> +#include <stdint.h> #include <iostream> |