From 23923ee9557408b9f1ef92686b780017f1c03a96 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 29 Jan 2013 18:41:20 -0800 Subject: [PATCH] mds/Server.cc: fix warring assert.h's New include boost/lexical_cast.hpp apparently drags in the system assert.h on quantal and squeeze at least, breaking our careful assert.h; re-include our file to fix it back Fixes: #3957 Signed-off-by: Dan Mick --- src/mds/Server.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mds/Server.cc b/src/mds/Server.cc index f72af8fa0004f..0d9f4ef207dcf 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -62,6 +62,7 @@ using namespace std; #include "common/config.h" +#include "include/assert.h" #define dout_subsys ceph_subsys_mds #undef dout_prefix -- 2.39.5