Skip to content

Commit

Permalink
Merge pull request #29 from limburgher/master
Browse files Browse the repository at this point in the history
Add algorithm includes to fix build on Fedora.
  • Loading branch information
viewizard authored Feb 12, 2021
2 parents e1ea331 + 3e76ef7 commit 02c116f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/audio/audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*****************************************************************************/

#include <algorithm>
#include "buffer.h"
#include "audio.h"

Expand Down
1 change: 1 addition & 0 deletions src/core/graphics/gl_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02c116f

Please sign in to comment.