pisa
pisa copied to clipboard
Headers exported wthout "pisa"
When PISA is used as a library, the exported path for includes is wrong; you need to include headers like so:
#include <compress.hpp>
Should be
#include <pisa/compress.hpp>