mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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.
|
||||
**/
|
||||
|
||||
// LOVE
|
||||
#include "Graphics.h"
|
||||
#include "math/MathModule.h"
|
||||
#include "Polyline.h"
|
||||
|
||||
// C++
|
||||
#include <algorithm>
|
||||
|
||||
namespace love
|
||||
{
|
||||
namespace graphics
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#define LOVE_GRAPHICS_GRAPHICS_H
|
||||
|
||||
// LOVE
|
||||
#include "common/config.h"
|
||||
#include "common/Module.h"
|
||||
#include "common/StringMap.h"
|
||||
#include "StreamBuffer.h"
|
||||
|
||||
Reference in New Issue
Block a user