Blob Blame History Raw
--- src/core/audio/audio.cpp~	2020-11-22 09:32:36.000000000 -0600
+++ src/core/audio/audio.cpp	2021-02-12 10:47:36.304149168 -0600
@@ -25,6 +25,7 @@
 
 *****************************************************************************/
 
+#include <algorithm>
 #include "buffer.h"
 #include "audio.h"
 
--- src/core/graphics/gl_main.cpp~	2020-11-22 09:32:36.000000000 -0600
+++ src/core/graphics/gl_main.cpp	2021-02-12 10:51:01.849609341 -0600
@@ -41,6 +41,7 @@
 // NOTE GL_MAX_TEXTURE_MAX_ANISOTROPY (since OpenGL 4.6)
 //      could be used to replace GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
 
+#include <algorithm>
 #include "graphics_internal.h"
 #include "graphics.h"
 #include "extensions.h"