Small fixes to sf_writer

This commit is contained in:
2020-06-04 10:06:49 +02:00
parent 83e7365105
commit 29cea6086c
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -11,7 +11,6 @@ add_executable(sf-writer src/main.cpp)
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
target_link_libraries(sf-writer
sf-writer-lib
zmq
hdf5
hdf5_hl
hdf5_cpp
+1
View File
@@ -4,6 +4,7 @@
#include <atomic>
#include "buffer_config.hpp"
#include "formats.hpp"
const uint64_t IA_EMPTY_SLOT_VALUE = 0;