TurboPFor-Integer-Compression icon indicating copy to clipboard operation
TurboPFor-Integer-Compression copied to clipboard

Fix include path, add missing headers in rc.c

Open pps83 opened this issue 1 year ago • 1 comments

pps83 avatar Feb 18 '24 11:02 pps83

this PR fixes compilation errors:

lib/ext/rc.c:79:10: fatal error: ../bitpack.h: No such file or directory
   79 | #include "../bitpack.h"
      |          ^~~~~~~~~~~~~~

pps83 avatar Feb 18 '24 11:02 pps83