From cf17a379a53116af4c27d1855a8cf1c3b62fca29 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Tue, 6 Jul 2021 11:55:04 +0200 Subject: [PATCH] Import correct headers in core tests --- core-buffer/test/test_bitshuffle.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core-buffer/test/test_bitshuffle.cpp b/core-buffer/test/test_bitshuffle.cpp index a030256..8ca926e 100644 --- a/core-buffer/test/test_bitshuffle.cpp +++ b/core-buffer/test/test_bitshuffle.cpp @@ -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;