(09-15-2018, 05:49 PM)Thecapogames Wrote: Hello, I have tryed to compile penumbra source, but I still have some errors: "insert is not a member of std" or "begin is not a member of std". I have included iterator, but it still doesn't work. The file is triggerHandler. Could you help me? Thanks.
To solve that particular problem you need to do this
at the top of triggerHandler.h put:
#include <functional>
You also need to do that in a .cpp file but i don't remember which one right now.