changeset 6715:e1587337c059

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 14 Apr 2026 07:22:04 +0200
parents 592e215959b7
children ba2ac5b743bb
files OrthancFramework/Sources/ElapsedTimer.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/ElapsedTimer.h	Mon Apr 13 22:54:16 2026 +0200
+++ b/OrthancFramework/Sources/ElapsedTimer.h	Tue Apr 14 07:22:04 2026 +0200
@@ -31,6 +31,7 @@
 
 #include <boost/noncopyable.hpp>
 #include <boost/date_time/posix_time/posix_time.hpp>
+#include <stdint.h>
 
 
 namespace Orthanc