From: Andreas Tille <tille@debian.org>
Date: Thu, 7 Aug 2025 16:31:33 +0200
Subject: Add missing stdlib.h

Last-Update: Sun, 06 Dec 2020 08:22:29 +0100
Bug-Debian: https://bugs.debian.org/976567
---
 libhmsbeagle/GPU/GPUInterface.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libhmsbeagle/GPU/GPUInterface.h b/libhmsbeagle/GPU/GPUInterface.h
index 1f9205a..0d4bcc8 100644
--- a/libhmsbeagle/GPU/GPUInterface.h
+++ b/libhmsbeagle/GPU/GPUInterface.h
@@ -17,6 +17,7 @@
 #define __GPUInterface__
 
 #include <cstdio>
+#include <stdlib.h>
 
 #ifdef HAVE_CONFIG_H
 #include "libhmsbeagle/config.h"
