]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
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)
commit23923ee9557408b9f1ef92686b780017f1c03a96
tree5ccaea8ca93e876d19e6f58b9f03c732fc84e3e8
parent25e9a0be63fdad9fd8f7909585c9270a3729dc44
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 <dan.mick@inktank.com>
src/mds/Server.cc