pisa icon indicating copy to clipboard operation
pisa copied to clipboard

Headers exported wthout "pisa"

Open elshize opened this issue 4 years ago • 0 comments

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>

elshize avatar Mar 28 '20 14:03 elshize