Import correct headers in core tests

This commit is contained in:
2021-07-06 11:55:04 +02:00
parent fbad86ac67
commit cf17a379a5
+6
View File
@@ -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;