From 0763b99bfddceb93e1a26a68d72396596aaa7869 Mon Sep 17 00:00:00 2001
From: Birte Kehr <birte.kehr@klinik.uni-regensburg.de>
Date: Fri, 13 Dec 2024 13:58:44 +0100
Subject: [PATCH] Update includes in Traceback.h

---
 src/Traceback.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Traceback.h b/src/Traceback.h
index 745db68..f85bede 100644
--- a/src/Traceback.h
+++ b/src/Traceback.h
@@ -8,6 +8,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <stdint.h>
 
 #include "debug_macros.h"
 
-- 
GitLab