From ee6cbf8059bdef9dea3f6521138aa01d4d00ad3d Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 19 Feb 2015 20:48:48 +0100 Subject: [PATCH] Add import --- src/platform/windows.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/windows.c b/src/platform/windows.c index 3b191cfeba..bd70ece87a 100644 --- a/src/platform/windows.c +++ b/src/platform/windows.c @@ -30,6 +30,7 @@ #include "../localisation/currency.h" #include "../config.h" #include "platform.h" +#include "winnls.h" // The name of the mutex used to prevent multiple instances of the game from running #define SINGLE_INSTANCE_MUTEX_NAME "RollerCoaster Tycoon 2_GSKMUTEX"