From 579cdfdac447ca3a54f0e540d3c1f2c5d0c0d601 Mon Sep 17 00:00:00 2001 From: RlanderRISCSW Date: Mon, 8 Jan 2024 09:59:11 +0100 Subject: [PATCH] added missing include statement --- test/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/utils.cpp b/test/utils.cpp index c0f5044..5699d74 100644 --- a/test/utils.cpp +++ b/test/utils.cpp @@ -1,4 +1,5 @@ #include "utils.h" +#include auto readTextFile(const boost::filesystem::path& path) -> std::string { std::ifstream f(path.string());