Skip to content

Commit

Permalink
add compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Jul 10, 2020
1 parent 85abcd5 commit 24dbcd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zstdwrap.hh
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 24dbcd2

Please sign in to comment.