Skip to content

Commit

Permalink
Fix missing include of <algorithm>
Browse files Browse the repository at this point in the history
  • Loading branch information
copyrat90 committed May 24, 2024
1 parent 51a7076 commit 4a403c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SFML/Window/macOS/JoystickImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#include <SFML/System/Err.hpp>

#include <algorithm>
#include <ostream>


Expand Down
1 change: 1 addition & 0 deletions src/SFML/Window/macOS/SFOpenGLView+mouse.mm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#import <SFML/Window/macOS/SFOpenGLView.h>
#include <SFML/Window/macOS/WindowImplCocoa.hpp>

#include <algorithm>
#include <cmath>

#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
Expand Down

0 comments on commit 4a403c7

Please sign in to comment.