Skip to content

Commit 5b62dab

Browse files
authored
Include algorithm for std::find call (#636)
1 parent bb6456e commit 5b62dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commandLine/src/utils/LibraryBinary.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "LibraryBinary.h"
22
#include "ofFileUtils.h"
3+
#include <algorithm>
34

45
const std::vector<std::string> LibraryBinary::archs { "x86", "Win32", "x64", "armv7", "ARM64", "ARM64EC" };
56
const std::vector<std::string> LibraryBinary::targets{ "Debug", "Release" };

0 commit comments

Comments
 (0)