common: fix build error with Graylog

Graylog includes boost stuff, which clobbers our assert macros.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2016-02-11 13:24:29 -05:00
parent 05a4811c57
commit d7f0304aec

View File

@ -12,6 +12,7 @@
#include <boost/iostreams/filter/zlib.hpp>
#include "include/memory.h"
#include "include/assert.h" // boost clobbers this
struct uuid_d;
class LogEntry;