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