From 973e4bf0784a423da60952c605969909e4abe895 Mon Sep 17 00:00:00 2001 From: Requiem <114197630+NotRequiem@users.noreply.github.com> Date: Mon, 17 Feb 2025 01:39:30 +0100 Subject: [PATCH] updated benchmark --- auxiliary/benchmark.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auxiliary/benchmark.cpp b/auxiliary/benchmark.cpp index d3169353..a381d3bc 100644 --- a/auxiliary/benchmark.cpp +++ b/auxiliary/benchmark.cpp @@ -20,7 +20,7 @@ * - License: GPL 3.0 */ -#include "vmaware.hpp" +#include "..\src\vmaware.hpp" #include #include #include @@ -151,4 +151,4 @@ int main(void) { << "VM::percentage(VM::NO_MEMO): " << VMAwareBenchmark::format_duration(percent_time_no_memo) << "\n\n"; return 0; -} \ No newline at end of file +}