chore: adjust include path for lz4 dependency

This commit is contained in:
Jan
2025-04-23 17:00:17 +01:00
parent dc282170bc
commit 76c22ffce2
2 changed files with 2 additions and 5 deletions

View File

@ -8,11 +8,8 @@
#include <chrono>
#include <format>
#include <iomanip>
#include <iostream>
#include <lib/lz4.h>
#include <limits>
#include <ostream>
#include <lz4.h>
#include <sstream>
#include <string>