diff options
Diffstat (limited to 'Game/Code/UltraStar.lpr')
-rw-r--r-- | Game/Code/UltraStar.lpr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr index ab4a6534..06a6f86e 100644 --- a/Game/Code/UltraStar.lpr +++ b/Game/Code/UltraStar.lpr @@ -7,6 +7,7 @@ program UltraStar; uses {$ifdef unix} // http://wiki.lazarus.freepascal.org/Multithreaded_Application_Tutorial cthreads, // THIS MUST be the first used unit !! + cwstring, {$endif} {$ifdef MSWINDOWS} // do not initialize the widgets in linux -> see below {$ifdef LCL} |