mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
Fix more Windows compilation issues
--HG-- branch : minor
This commit is contained in:
@@ -18,10 +18,14 @@
|
|||||||
* 3. This notice may not be removed or altered from any source distribution.
|
* 3. This notice may not be removed or altered from any source distribution.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
// LOVE
|
||||||
#include "Graphics.h"
|
#include "Graphics.h"
|
||||||
#include "math/MathModule.h"
|
#include "math/MathModule.h"
|
||||||
#include "Polyline.h"
|
#include "Polyline.h"
|
||||||
|
|
||||||
|
// C++
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
namespace love
|
namespace love
|
||||||
{
|
{
|
||||||
namespace graphics
|
namespace graphics
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
#define LOVE_GRAPHICS_GRAPHICS_H
|
#define LOVE_GRAPHICS_GRAPHICS_H
|
||||||
|
|
||||||
// LOVE
|
// LOVE
|
||||||
|
#include "common/config.h"
|
||||||
#include "common/Module.h"
|
#include "common/Module.h"
|
||||||
#include "common/StringMap.h"
|
#include "common/StringMap.h"
|
||||||
#include "StreamBuffer.h"
|
#include "StreamBuffer.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user