mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
Bug: https://bugs.gentoo.org/948424 Bug: https://bugs.gentoo.org/935842 Closes: https://bugs.gentoo.org/920301 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
25 lines
489 B
Diff
25 lines
489 B
Diff
From d711567ba482e80520b5cc36026c80f55f721319 Mon Sep 17 00:00:00 2001
|
|
From: Paul Zander <negril.nx@gmail.com>
|
|
Date: Sat, 25 Jan 2025 19:00:31 +0100
|
|
Subject: [PATCH] include cstdint
|
|
|
|
---
|
|
llama/llama-mmap.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/llama/llama-mmap.h b/llama/llama-mmap.h
|
|
index ebd7dc16..4c8e3929 100644
|
|
--- a/llama/llama-mmap.h
|
|
+++ b/llama/llama-mmap.h
|
|
@@ -26,6 +26,7 @@
|
|
|
|
#pragma once
|
|
|
|
+#include <cstdint>
|
|
#include <memory>
|
|
#include <vector>
|
|
|
|
--
|
|
2.48.0
|
|
|