--HG-- branch : minor
@@ -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"