mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Fix missing include of <algorithm>
This commit is contained in:
parent
51a707628b
commit
51676b65db
@ -33,6 +33,7 @@
|
||||
|
||||
#include <SFML/System/Err.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
|
@ -30,6 +30,8 @@
|
||||
#import <SFML/Window/macOS/SFOpenGLView.h>
|
||||
#include <SFML/Window/macOS/WindowImplCocoa.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
|
||||
|
Loading…
Reference in New Issue
Block a user