From 695c2183cc4f0c5a463a8560e0b4483d4c496b83 Mon Sep 17 00:00:00 2001 From: iopapamanoglou Date: Fri, 8 Nov 2024 17:19:01 +0100 Subject: [PATCH] missing include --- src/faebryk/core/cpp/include/pathfinder/pathcounter.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/faebryk/core/cpp/include/pathfinder/pathcounter.hpp b/src/faebryk/core/cpp/include/pathfinder/pathcounter.hpp index e28c482e..b8674135 100644 --- a/src/faebryk/core/cpp/include/pathfinder/pathcounter.hpp +++ b/src/faebryk/core/cpp/include/pathfinder/pathcounter.hpp @@ -4,6 +4,7 @@ #pragma once +#include #include inline bool INDIV_MEASURE = true;