BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
127 stars 53 forks source link

Fix #326 Arch Compile Issue "copy_n is not a member of 'std';" #327

Closed redracerTURBO closed 4 months ago

redracerTURBO commented 4 months ago

added #include <algorithm> to Common.h, needed for "copy_n"

lionkor commented 4 months ago

Thank you, looks good!