From bddb8fb6fb9af8157dc7384b89784f21c3943fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Wed, 5 Sep 2018 15:11:03 +0200 Subject: [PATCH] Add missing include --- .../UnitTests/RiaWeightedGeometricMeanCalculator-Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/UnitTests/RiaWeightedGeometricMeanCalculator-Test.cpp b/ApplicationCode/UnitTests/RiaWeightedGeometricMeanCalculator-Test.cpp index d593db2f6a..c5c4f74bc5 100644 --- a/ApplicationCode/UnitTests/RiaWeightedGeometricMeanCalculator-Test.cpp +++ b/ApplicationCode/UnitTests/RiaWeightedGeometricMeanCalculator-Test.cpp @@ -1,7 +1,7 @@ #include "gtest/gtest.h" #include "RiaWeightedGeometricMeanCalculator.h" - +#include //-------------------------------------------------------------------------------------------------- ///