included <algorithm> to make sure all compilers find std::max with no errors
This commit is contained in:
parent
3c791d09bd
commit
edfec927f4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue