forked from mia/Aegisub
Fix compile error on non-windows caused by r4097.
Originally committed to SVN as r4099.
This commit is contained in:
parent
175b2a4648
commit
621cefe14e
1 changed files with 4 additions and 0 deletions
|
@ -38,8 +38,12 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/log.h>
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
||||
// These must be included before local headers.
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/GL.h>
|
||||
|
|
Loading…
Reference in a new issue