aboutsummaryrefslogtreecommitdiff
path: root/llama.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp')
-rw-r--r--llama.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llama.cpp b/llama.cpp
index be8c4cd..a0d7e51 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -9,6 +9,7 @@
#include "ggml.h"
#include <array>
+#include <ctime>
#include <cinttypes>
#include <fstream>
#include <random>