mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 15:04:11 +02:00
Import correct headers in core tests
This commit is contained in:
@@ -6,6 +6,12 @@ extern "C" {
|
||||
#include "bitshuffle/bitshuffle.h"
|
||||
}
|
||||
|
||||
#ifdef USE_EIGER
|
||||
#include "eiger.hpp"
|
||||
#else
|
||||
#include "jungfrau.hpp"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace buffer_config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user