Fix more Windows compilation issues

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-12-27 23:23:57 -04:00
parent 603c3e43d5
commit a6a7f03b3a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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
+1
View File
@@ -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"