From f73d495185957354c29bc7ca525510911a8ef067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Do=C3=B1a?= <23705091+daniel-dona@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:44:25 +0100 Subject: [PATCH] Update StopWatch.hpp --- libhdt/src/util/StopWatch.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libhdt/src/util/StopWatch.hpp b/libhdt/src/util/StopWatch.hpp index 0cc0e450..ae395fc7 100644 --- a/libhdt/src/util/StopWatch.hpp +++ b/libhdt/src/util/StopWatch.hpp @@ -38,6 +38,7 @@ #endif #include +#include #include class StopWatch {