PacktPublishing / OpenGL-4-Shading-Language-Cookbook-Third-Edition

OpenGL 4 Shading Language Cookbook - Third Edition, published by Packt
MIT License
312 stars 72 forks source link

Chapter 6 'shuffle' is not a member of 'std' Ubuntu 18.04, tried g++-7 and g++-8. #1

Closed sildeag closed 5 years ago

sildeag commented 5 years ago

Anyone help with this.

/ingredients/random.h:28:14: error: ‘shuffle’ is not a member of ‘std’ ` std::shuffle(v.begin(), v.end(), g);`

sildeag commented 5 years ago

#include <algorithm> is missing from random.h