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" };