]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: reassert our assert definition after including boostchart
authorSage Weil <sage.weil@dreamhost.com>
Sat, 7 May 2011 04:59:59 +0000 (21:59 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Sat, 7 May 2011 04:59:59 +0000 (21:59 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
src/osd/PG.h

index 8a4b5cd93c56a7c05206ec38fad7ae2093acd6c6..3a7735e87649aae01af4edc39ffe734ed3e0605d 100644 (file)
@@ -22,6 +22,9 @@
 #include <boost/statechart/state_machine.hpp>
 #include <boost/statechart/transition.hpp>
 
+// re-include our assert to clobber boost's
+#include "include/assert.h" 
+
 #include "include/types.h"
 #include "osd_types.h"
 #include "include/buffer.h"