1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Andreas Tille <tille@debian.org>
Date: Thu, 7 Aug 2025 16:31:33 +0200
Subject: Build with gcc-4.7
Bug-Closed: http://bugs.debian.org/672015
---
libhmsbeagle/CPU/Precision.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libhmsbeagle/CPU/Precision.h b/libhmsbeagle/CPU/Precision.h
index ccf51fa..e499c55 100644
--- a/libhmsbeagle/CPU/Precision.h
+++ b/libhmsbeagle/CPU/Precision.h
@@ -5,6 +5,8 @@
* Author: msuchard
*/
+#include <string.h>
+
#ifndef PRECISION_H_
#define PRECISION_H_
|