aboutsummaryrefslogtreecommitdiff
path: root/examples/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'examples/benchmark')
-rw-r--r--examples/benchmark/benchmark-matmult.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/benchmark/benchmark-matmult.cpp b/examples/benchmark/benchmark-matmult.cpp
index 446b8e8..9f9ed9d 100644
--- a/examples/benchmark/benchmark-matmult.cpp
+++ b/examples/benchmark/benchmark-matmult.cpp
@@ -1,6 +1,7 @@
-#include <locale.h>
#include "ggml.h"
#include "build-info.h"
+
+#include <locale.h>
#include <assert.h>
#include <math.h>
#include <cstring>