From ca0282693e48a3e4e6f6b5e57dc1aef3510d49fa Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Mon, 3 Apr 2023 12:11:30 +0100 Subject: [PATCH] Fixed include path --- src/tests/traffic_structures_performance_tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/traffic_structures_performance_tests.cpp b/src/tests/traffic_structures_performance_tests.cpp index e9a7924..70e9d00 100644 --- a/src/tests/traffic_structures_performance_tests.cpp +++ b/src/tests/traffic_structures_performance_tests.cpp @@ -13,7 +13,7 @@ #include #include #include -#include "fast_endianless.hpp" +#include "../fast_endianless.hpp" #include