Fix windows build

This commit is contained in:
Alex Szpakowski
2017-12-24 16:05:52 -04:00
parent 3fb621af95
commit 785902d8bd
+3
View File
@@ -18,10 +18,13 @@
* 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.
**/ **/
#include "common/config.h"
#include "Buffer.h" #include "Buffer.h"
#include "Graphics.h" #include "Graphics.h"
#include "common/Exception.h" #include "common/Exception.h"
#include <algorithm> // std::min
namespace love namespace love
{ {
namespace graphics namespace graphics