From ad70780efd9f75d207cbb857638b1145fd42015e Mon Sep 17 00:00:00 2001 From: Tarnith Date: Tue, 6 May 2025 13:57:55 -0600 Subject: [PATCH] Include algorithm for std::find call --- commandLine/src/utils/LibraryBinary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/commandLine/src/utils/LibraryBinary.cpp b/commandLine/src/utils/LibraryBinary.cpp index 90d7cae1..ea36bdc6 100644 --- a/commandLine/src/utils/LibraryBinary.cpp +++ b/commandLine/src/utils/LibraryBinary.cpp @@ -1,5 +1,6 @@ #include "LibraryBinary.h" #include "ofFileUtils.h" +#include const std::vector LibraryBinary::archs { "x86", "Win32", "x64", "armv7", "ARM64", "ARM64EC" }; const std::vector LibraryBinary::targets{ "Debug", "Release" };