]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
compress: Fix compilation failure from missing header 12108/head
authorAdam C. Emerson <aemerson@redhat.com>
Mon, 21 Nov 2016 17:33:45 +0000 (12:33 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Mon, 21 Nov 2016 17:34:23 +0000 (12:34 -0500)
Compress was failing due to the random header not being included.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/compressor/Compressor.cc

index 8da051cf6d4226637f9b62ac8435d9ec6c1232d5..cc6aababb7769853e8fd6b09ccf02f22b5d3f0c5 100644 (file)
@@ -12,6 +12,7 @@
  *
  */
 
+#include <random>
 #include "Compressor.h"
 #include "CompressionPlugin.h"
 #include "common/dout.h"