mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Include <algorithm> when std::min/max is used.
It won't build in Visual Studio 2013 unless we do this.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <thread/threads.h>
|
||||
|
||||
// C++
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user