Skip to content

Commit 28ce60d

Browse files
committed
Fix compilation error on linux: std::find can't be found without including algorithm or perhaps could be done imporitng Utils as well
1 parent 53900d4 commit 28ce60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandLine/src/utils/LibraryBinary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#pragma once
22

3+
#include <algorithm>
34
#include <string>
45
#include <vector>
56

6-
77
#include "ofConstants.h"
88
#include "defines.h"
99

0 commit comments

Comments
 (0)