From: Dan Mick Date: Wed, 30 Jan 2013 02:41:20 +0000 (-0800) Subject: mds/Server.cc: fix warring assert.h's X-Git-Tag: v0.57~80 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=23923ee9557408b9f1ef92686b780017f1c03a96;p=ceph.git 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 --- diff --git a/src/mds/Server.cc b/src/mds/Server.cc index f72af8fa0004..0d9f4ef207dc 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