From 22eb0d08f16832b78ea91e82c31707265b166397 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 29 Dec 2020 17:18:04 +0100 Subject: [PATCH] fix: math_test compilation error fixed --- test/unit_test/static/math_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/unit_test/static/math_test.cpp b/test/unit_test/static/math_test.cpp index 5de148f7..364c1355 100644 --- a/test/unit_test/static/math_test.cpp +++ b/test/unit_test/static/math_test.cpp @@ -23,7 +23,9 @@ #include "units/math.h" #include "test_tools.h" #include "units/physical/si/derived/area.h" +#include "units/physical/si/derived/volume.h" #include "units/physical/si/international/derived/area.h" +#include "units/physical/si/international/derived/volume.h" namespace {