From 5389c73b852d82ddfbc66ffacdf5620f431275dd Mon Sep 17 00:00:00 2001 From: Bryan Bell Date: Mon, 12 Jan 2015 19:45:20 -0800 Subject: Fix OS X & Win32 builds --- src/win32/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32') diff --git a/src/win32/mod.rs b/src/win32/mod.rs index 0d72c17..463d5fe 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -4,7 +4,7 @@ use std::ffi::CString; use std::collections::RingBuf; use std::sync::mpsc::Receiver; use libc; -use {CreationError, Event}; +use {CreationError, Event, MouseCursor}; use BuilderAttribs; -- cgit v1.2.3