]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds/Server.cc: fix warring assert.h's
authorDan Mick <dan.mick@inktank.com>
Wed, 30 Jan 2013 02:41:20 +0000 (18:41 -0800)
committerDan Mick <dan.mick@inktank.com>
Wed, 30 Jan 2013 02:43:30 +0000 (18:43 -0800)
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 <dan.mick@inktank.com>
src/mds/Server.cc

index f72af8fa0004f4068d52b4029f9b5a627a976e24..0d9f4ef207dcf8df081dcb0bd8897d7f2c25f469 100644 (file)
@@ -62,6 +62,7 @@
 using namespace std;
 
 #include "common/config.h"
+#include "include/assert.h"
 
 #define dout_subsys ceph_subsys_mds
 #undef dout_prefix