need <algorithm> for std::max

This commit is contained in:
Isaac Connor 2021-02-10 17:29:51 -05:00
parent 51f2d120e4
commit cca4d18d26
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include "zm_libvnc_camera.h" #include "zm_libvnc_camera.h"
#endif // HAVE_LIBVNC #endif // HAVE_LIBVNC
#include <algorithm>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>