mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 07:04:45 +00:00
Merge pull request #4015 from Bigpet/master
included <algorithm> to make sure all compilers find std::max
This commit is contained in:
commit
11f8203cc4
@ -1,6 +1,7 @@
|
||||
#include "Windows/GEDebugger/CtrlDisplayListView.h"
|
||||
#include "Core/Config.h"
|
||||
#include "Windows/GEDebugger/GEDebugger.h"
|
||||
#include <algorithm>
|
||||
|
||||
const PTCHAR CtrlDisplayListView::windowClass = _T("CtrlDisplayListView");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user