mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-23 19:10:45 +02:00
Compression library imports fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "compression.hpp"
|
||||
#include "bitshuffle/bitshuffle.h"
|
||||
|
||||
#include <stdexcept>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
extern "C"{
|
||||
extern "C" {
|
||||
#include "bitshuffle/lz4.h"
|
||||
#include "bitshuffle/bitshuffle.h"
|
||||
}
|
||||
|
||||
using namespace std;
|
||||
|
||||
Reference in New Issue
Block a user