From b050d2c4c7b81be1b1bf3274561b9d7ce84d030e Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Fri, 11 Aug 2017 15:15:43 -0700 Subject: [PATCH] fix case on include for linux --- libraries/shared/src/GeometryUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/GeometryUtil.cpp b/libraries/shared/src/GeometryUtil.cpp index 0b889e4c24..5f1df59645 100644 --- a/libraries/shared/src/GeometryUtil.cpp +++ b/libraries/shared/src/GeometryUtil.cpp @@ -17,7 +17,7 @@ #include #include "NumericalConstants.h" -#include "glmHelpers.h" +#include "GLMHelpers.h" glm::vec3 computeVectorFromPointToSegment(const glm::vec3& point, const glm::vec3& start, const glm::vec3& end) { // compute the projection of the point vector onto the segment vector