]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/keys.cpp
OpenGL can now be required as a package on all archs
[libs/gui.git] / source / input / keys.cpp
index d7de3b1b326ae007168a4ca324edda30d66356f3..4446a7f731568fe828d1b823bc93bf56bd00e675 100644 (file)
@@ -6,7 +6,9 @@ Distributed under the LGPL
 */
 
 #include <map>
-#ifndef WIN32
+#ifdef WIN32
+#include <windows.h>
+#else
 #include <X11/keysym.h>
 #endif
 #include <msp/core/except.h>