Hopson97 / open-builder

Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
https://github.com/Hopson97/open-builder/projects/3
GNU General Public License v3.0
700 stars 80 forks source link

Update terrain_generation.h #211

Closed Bluppie05 closed 3 years ago

Bluppie05 commented 3 years ago

I found an issue with building(on linux) inside terrain_generation.h, I just implemented a simple fix of adding

#include <string>

I hope this helped people out