From a5beebd78eb232596f2b6b4de1ee417b629ada47 Mon Sep 17 00:00:00 2001 From: Awais Belal Date: Tue, 4 Sep 2018 15:33:12 +0500 Subject: [PATCH 4/5] layer_validation_tests: include math.h Without the inclusion several math functions fail as expected. Signed-off-by: Awais Belal --- tests/layer_validation_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/layer_validation_tests.cpp b/tests/layer_validation_tests.cpp index 132578f85..26b0671fa 100644 --- a/tests/layer_validation_tests.cpp +++ b/tests/layer_validation_tests.cpp @@ -45,6 +45,7 @@ #include "vk_typemap_helper.h" #include +#include #include #include -- 2.11.1