From: John Spray Date: Thu, 1 Dec 2016 19:14:50 +0000 (+0000) Subject: compact_set: add #includes for dependencies X-Git-Tag: v12.0.1~140^2~32 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f6ef708b0b7f3a9d9a33c3fc217eae00f797791;p=ceph-ci.git compact_set: add #includes for dependencies This was previously working by side effects, I happened to include it somewhere that its dependencies weren't already included. Signed-off-by: John Spray --- diff --git a/src/include/compact_set.h b/src/include/compact_set.h index fcd847baff8..63707abc4c7 100644 --- a/src/include/compact_set.h +++ b/src/include/compact_set.h @@ -12,7 +12,11 @@ #ifndef CEPH_COMPACT_SET_H #define CEPH_COMPACT_SET_H -#include +#include + +#include "include/buffer.h" +#include "include/encoding.h" + template class compact_set_base {