JediOutcastLinux icon indicating copy to clipboard operation
JediOutcastLinux copied to clipboard

Compile Error fix

Open smaTc opened this issue 7 years ago • 2 comments

added namespace std, so it compiles

smaTc avatar Sep 18 '17 18:09 smaTc

Hi! Thx for your pull request. Can you just maybe give a bit more information. For what compiler does this fix a compile issue?

Windows, Linux? gcc, clang, VS2013, VS2015?

xLAva avatar Sep 18 '17 20:09 xLAva

Hey, Linux(Ubuntu 16.04), GCC. While building I got a compiler error stating a variable was not declared in this scope. Using the namespace fixed it. Build finished and the game is running fine.

smaTc avatar Sep 20 '17 18:09 smaTc