From 06d6c9fc3aac1ebcbf3ea950ff87bd0e990c0dd5 Mon Sep 17 00:00:00 2001 From: "Brigham Keys, Esq" Date: Fri, 8 Jul 2016 16:30:01 -0500 Subject: [PATCH] There was a typo I came across when cross compiling TLDR; I fixed a typo for the windows build. - bkeys --- examples/Utils/b3ResourcePath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Utils/b3ResourcePath.cpp b/examples/Utils/b3ResourcePath.cpp index fdd546d5e..44952d61a 100644 --- a/examples/Utils/b3ResourcePath.cpp +++ b/examples/Utils/b3ResourcePath.cpp @@ -4,7 +4,7 @@ #include /* _NSGetExecutablePath */ #else #ifdef _WIN32 -#include +#include #else //not Mac, not Windows, let's cross the fingers it is Linux :-) #include