Fixed MinGW64 compile errors.

This commit is contained in:
bkaradzic
2013-12-24 20:18:49 -08:00
parent 48a48d9bf5
commit a1294a4d5d
5 changed files with 15 additions and 14 deletions

View File

@@ -3,13 +3,13 @@
* License: http://www.opensource.org/licenses/BSD-2-Clause
*/
#include "entry_p.h"
#include "input.h"
#include <memory.h>
#include <string>
#include <unordered_map>
#include "entry_p.h"
#include "input.h"
struct Mouse
{
Mouse()