]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
compact_set: add #includes for dependencies
authorJohn Spray <john.spray@redhat.com>
Thu, 1 Dec 2016 19:14:50 +0000 (19:14 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 8 Mar 2017 10:20:53 +0000 (10:20 +0000)
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 <john.spray@redhat.com>
src/include/compact_set.h

index fcd847baff8ff70d6e188f74dee21631a69cffba..63707abc4c7dc43f6d5ee966941bc082e30408a7 100644 (file)
 #ifndef CEPH_COMPACT_SET_H
 #define CEPH_COMPACT_SET_H
 
-#include <set>
+#include <stdlib.h>
+
+#include "include/buffer.h"
+#include "include/encoding.h"
+
 
 template <class T, class Set>
 class compact_set_base {