add compilation warning

pull/93/merge
bert hubert 2020-07-10 13:03:36 +02:00
parent 85abcd5602
commit 24dbcd27ab
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#pragma once
#include <cstdint>
#include <zstd.h> // can't easily be moved to zstdwrap.cc, trust me
#include <zstd.h> // apt-get install libzstd-dev if you miss this.
// can't easily be moved to zstdwrap.cc, trust me
#include <functional>
#include <thread>
#include <atomic>