From 8baac9b1116ae4c673da161ece1141702eaceb63 Mon Sep 17 00:00:00 2001 From: Ignacio Castano Date: Mon, 6 Jul 2020 13:28:18 -0700 Subject: [PATCH] Fix mac build error. --- src/nvtt/tests/bc1enc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvtt/tests/bc1enc.cpp b/src/nvtt/tests/bc1enc.cpp index 3795e33..da54601 100644 --- a/src/nvtt/tests/bc1enc.cpp +++ b/src/nvtt/tests/bc1enc.cpp @@ -33,7 +33,7 @@ #include "../extern/CMP_Core/source/CMP_Core.h" -#include "nvmath/Vector.h" +#include "nvmath/Vector.inl" #include "nvmath/Color.h" #include "nvcore/Timer.h"