brunoherbelin / vimix

Live Video Mixer
GNU General Public License v3.0
282 stars 27 forks source link

Add "#include <algorithm>" to 4 files #150

Closed a-1219 closed 1 month ago

a-1219 commented 1 month ago

Added #include <algorithm> to the following files in src/: DisplaysView.cpp, SessionCreator.cpp, SourceCallback.cpp and SourceControlWindow.cpp. These files were returning errors when building vimix from source.

brunoherbelin commented 1 month ago

Thanks for the pull request! I have no problem in accepting the changes, but would need to know on which platform it is required to compile as the codes compiles on Ubuntu and OSX for me without these includes.

a-1219 commented 1 month ago

Thanks for the pull request! I have no problem in accepting the changes, but would need to know on which platform it is required to compile as the codes compiles on Ubuntu and OSX for me without these includes.

Oh sorry, I forgot this part 😅 It's on Arch