From: David Zafman Date: Thu, 4 Dec 2014 18:02:38 +0000 (-0800) Subject: librados: Fix rados include problem reported by "sponce" X-Git-Tag: v0.91~159^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3084%2Fhead;p=ceph.git librados: Fix rados include problem reported by "sponce" Caused by a03f85a8e7fab296ea2df70a929a1c5e4aa0f7fb Signed-off-by: David Zafman --- diff --git a/src/include/rados/rados_types.hpp b/src/include/rados/rados_types.hpp index 6afb44cd0ab8..f70d521deb80 100644 --- a/src/include/rados/rados_types.hpp +++ b/src/include/rados/rados_types.hpp @@ -6,7 +6,7 @@ #include #include -#include +#include "rados_types.h" namespace librados {