patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.62k stars 350 forks source link

Fixed missing import preventing build on Arch Linux #269

Closed v0idzdev closed 2 years ago

v0idzdev commented 2 years ago

Added a missing import in src/tools/text.cpp.

I attempted to build glslViewer from source on Arch Linux, and encountered the following error when running make. I followed the steps outlined in this repository's wiki exactly.

image

Turns out, all that was needed was a cstring import.

image