``` huggingface-tokenizer-in-cxx/tokenizer/bpe_test.cc:8:3: error: use of undeclared identifier 'assert' ``` Adding: ``` #include <cassert> ``` In bpe.h fixes it. Not sure if that's the right fix or not. FYI.